Skip to content

Commit b5b9889

Browse files
Apply suggestions from code review
1 parent 29bee01 commit b5b9889

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auto-backport.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
if: |
1111
github.event.pull_request.merged == true
1212
&& 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')
13+
&& github.event.action == 'closed'
1614
)
1715
steps:
1816
- name: Cherry-pick action

0 commit comments

Comments
 (0)