Skip to content

Commit 6b78364

Browse files
authored
Upgrade the backport workflow (#487)
Signed-off-by: Ashish Agrawal <[email protected]>
1 parent 003071c commit 6b78364

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backport.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
installation_id: 22958780
2424

2525
- name: Backport
26-
uses: VachaShah/backport@v1.1.4
26+
uses: VachaShah/backport@v2.2.0
2727
with:
2828
github_token: ${{ steps.github_app_token.outputs.token }}
2929
branch_name: backport/backport-${{ github.event.number }}
30+
labels_template: "<%= JSON.stringify([...labels, 'autocut']) %>"
31+
failure_labels: "failed backport"

0 commit comments

Comments
 (0)