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 6d8cddf commit d1ee256Copy full SHA for d1ee256
.github/workflows/auto-backport.yml
@@ -11,7 +11,6 @@ jobs:
11
github.event.pull_request.merged == true
12
&& contains(github.event.pull_request.labels.*.name, 'auto-cherry-pick')
13
&& github.event.action == 'closed'
14
- )
15
steps:
16
- name: Cherry-pick action
17
uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129
@@ -28,4 +27,4 @@ jobs:
28
27
if: ${{ failure() }}
29
run: cat ~/.backport/backport.debug.log
30
31
-
+
0 commit comments