We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bee01 commit b5b9889Copy full SHA for b5b9889
.github/workflows/auto-backport.yml
@@ -10,9 +10,7 @@ jobs:
10
if: |
11
github.event.pull_request.merged == true
12
&& contains(github.event.pull_request.labels.*.name, 'auto-cherry-pick')
13
- && (
14
- (github.event.action == 'labeled' && github.event.label.name == 'auto-cherry-pick')
15
- || (github.event.action == 'closed')
+ && github.event.action == 'closed'
16
)
17
steps:
18
- name: Cherry-pick action
0 commit comments