diff --git a/.github/workflows/cherry-picker.yml b/.github/workflows/cherry-picker.yml index 8b2117259c251b..78c4d03640b75b 100644 --- a/.github/workflows/cherry-picker.yml +++ b/.github/workflows/cherry-picker.yml @@ -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@3561f079e0414d31ebba923815695e1e714937cb + uses: bazelbuild/continuous-integration/actions/cherry_picker@f0c572a32e187da026aaa3a1127e232ca423dd71 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@3561f079e0414d31ebba923815695e1e714937cb + uses: bazelbuild/continuous-integration/actions/cherry_picker@f0c572a32e187da026aaa3a1127e232ca423dd71 with: triggered-on: closed pr-number: ${{ github.event.issue.number }} @@ -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@3561f079e0414d31ebba923815695e1e714937cb + uses: bazelbuild/continuous-integration/actions/cherry_picker@f0c572a32e187da026aaa3a1127e232ca423dd71 with: triggered-on: commented pr-number: ${{ github.event.issue.body }} @@ -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@3561f079e0414d31ebba923815695e1e714937cb + uses: bazelbuild/continuous-integration/actions/cherry_picker@f0c572a32e187da026aaa3a1127e232ca423dd71 with: triggered-on: ondemand milestone-title: ${{ github.event.milestone.title }}