Skip to content

Commit 7a82c09

Browse files
authored
Add 'needs cherry pick' label to auto-create cherrypick PRs (nginx#5796)
1 parent c6d9add commit 7a82c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
runs-on: ubuntu-22.04
1717
name: Cherry pick into release branch
18-
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') && github.event.pull_request.merged == true }}
18+
if: ${{ (contains(github.event.pull_request.labels.*.name, 'dependencies') || contains(github.event.pull_request.labels.*.name, 'needs cherry pick')) && github.event.pull_request.merged == true }}
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

0 commit comments

Comments
 (0)