Skip to content

Commit d1ee256

Browse files
Update auto-backport.yml
1 parent 6d8cddf commit d1ee256

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-backport.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
github.event.pull_request.merged == true
1212
&& contains(github.event.pull_request.labels.*.name, 'auto-cherry-pick')
1313
&& github.event.action == 'closed'
14-
)
1514
steps:
1615
- name: Cherry-pick action
1716
uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129
@@ -28,4 +27,4 @@ jobs:
2827
if: ${{ failure() }}
2928
run: cat ~/.backport/backport.debug.log
3029

31-
30+

0 commit comments

Comments
 (0)