Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Feb 29, 2024
1 parent 42c7057 commit 2de9750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
cherry-picker-on-closed:
if: github.event.action == 'closed' && github.event.sender.login == 'copybara-service[bot]'
if: github.event.action == 'closed'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand All @@ -23,14 +23,14 @@ jobs:
egress-policy: audit
- if: github.event.pull_request
name: Run cherrypicker on closed PR
uses: bazelbuild/continuous-integration/actions/cherry_picker@9817b29fbb4b1fda32afb83b29574ec2d491feeb
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
with:
triggered-on: closed
pr-number: ${{ github.event.number }}
is-prod: True
- if: github.event.issue
name: Run cherrypicker on closed issue
uses: bazelbuild/continuous-integration/actions/cherry_picker@9817b29fbb4b1fda32afb83b29574ec2d491feeb
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
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: bazelbuild/continuous-integration/actions/cherry_picker@9817b29fbb4b1fda32afb83b29574ec2d491feeb
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
with:
triggered-on: commented
pr-number: ${{ github.event.issue.body }}
Expand All @@ -54,7 +54,7 @@ jobs:
is-prod: True
- if: startsWith(github.event.issue.body, '### Commit IDs')
name: Run cherrypicker on demand
uses: bazelbuild/continuous-integration/actions/cherry_picker@9817b29fbb4b1fda32afb83b29574ec2d491feeb
uses: iancha1992/continuous-integration/actions/cherry_picker@lockfile-test
with:
triggered-on: ondemand
milestone-title: ${{ github.event.milestone.title }}
Expand Down

0 comments on commit 2de9750

Please sign in to comment.