Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Mar 20, 2024
1 parent 76b1931 commit 101327c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
egress-policy: audit
- if: github.event.pull_request
name: Run cherrypicker on closed PR
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
uses: iancha1992/continuous-integration/actions/cherry_picker@commit-pr-fix
with:
triggered-on: closed
pr-number: ${{ github.event.number }}
is-prod: False
- if: github.event.issue
name: Run cherrypicker on closed issue
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
uses: iancha1992/continuous-integration/actions/cherry_picker@commit-pr-fix
with:
triggered-on: closed
pr-number: ${{ github.event.issue.number }}
Expand All @@ -45,7 +45,7 @@ jobs:
egress-policy: audit
- if: startsWith(github.event.issue.body, 'Forked from')
name: Run cherrypicker on comment
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
uses: iancha1992/continuous-integration/actions/cherry_picker@commit-pr-fix
with:
triggered-on: commented
pr-number: ${{ github.event.issue.body }}
Expand All @@ -54,7 +54,7 @@ jobs:
is-prod: False
- if: startsWith(github.event.issue.body, '### Commit IDs')
name: Run cherrypicker on demand
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
uses: iancha1992/continuous-integration/actions/cherry_picker@commit-pr-fix
with:
triggered-on: ondemand
milestone-title: ${{ github.event.milestone.title }}
Expand Down

0 comments on commit 101327c

Please sign in to comment.