Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Sep 20, 2023
1 parent 0f2aa8e commit 482fa07
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
milestone-title: ${{ github.event.milestone.title }}
milestoned-issue-number: ${{ github.event.issue.number }}
is-prod: False
- if: startsWith(github.event.issue.body, '### Please put the commit IDs (at least first 6 digits of the commit IDs).')
name: Run cherrypicker on demand
uses: iancha1992/continuous-integration/actions/cherry_picker@feature-cherrypick-phase2
with:
triggered-on: ondemand
milestone-title: ${{ github.event.milestone.title }}
milestoned-issue-number: ${{ github.event.issue.number }}
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}
is-prod: False
# - if: startsWith(github.event.issue.body, '### Please put the commit IDs (at least first 6 digits of the commit IDs).')
# name: Run cherrypicker on demand
# uses: iancha1992/continuous-integration/actions/cherry_picker@feature-cherrypick-phase2
# with:
# triggered-on: ondemand
# milestone-title: ${{ github.event.milestone.title }}
# milestoned-issue-number: ${{ github.event.issue.number }}
# issue-title: ${{ github.event.issue.title }}
# issue-body: ${{ github.event.issue.body }}
# is-prod: False
- name: Run cherrypicker on demand
run: echo '${{ toJSON(github.event) }}' | jq

0 comments on commit 482fa07

Please sign in to comment.