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 003071c commit 6b78364Copy full SHA for 6b78364
.github/workflows/backport.yml
@@ -23,7 +23,9 @@ jobs:
23
installation_id: 22958780
24
25
- name: Backport
26
- uses: VachaShah/backport@v1.1.4
+ uses: VachaShah/backport@v2.2.0
27
with:
28
github_token: ${{ steps.github_app_token.outputs.token }}
29
branch_name: backport/backport-${{ github.event.number }}
30
+ labels_template: "<%= JSON.stringify([...labels, 'autocut']) %>"
31
+ failure_labels: "failed backport"
0 commit comments