From 412275eb5cdf9fa6aa2ca01e58b070ba6044ce8e Mon Sep 17 00:00:00 2001 From: Ashish Agrawal Date: Tue, 18 Jul 2023 11:57:55 -0700 Subject: [PATCH] Upgrade the backport workflow Signed-off-by: Ashish Agrawal --- .github/workflows/backport.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 2d3d7060f..5f7cb712b 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -23,7 +23,9 @@ jobs: installation_id: 22958780 - name: Backport - uses: VachaShah/backport@v1.1.4 + uses: VachaShah/backport@v2.2.0 with: github_token: ${{ steps.github_app_token.outputs.token }} - branch_name: backport/backport-${{ github.event.number }} \ No newline at end of file + branch_name: backport/backport-${{ github.event.number }} + labels_template: "<%= JSON.stringify([...labels, 'autocut']) %>" + failure_labels: "failed backport" \ No newline at end of file