From 996e878331ff06c5971d0604c9299191be357415 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 27 Jul 2023 21:48:44 -0500 Subject: [PATCH] Update backport version for failure labels There have been improvements including adding a label to a pull request when any backport on it has failed. Signed-off-by: Peter Nied --- .github/workflows/backport.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e47d8d88c0..ab835cbe9a 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -22,7 +22,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 }} + head_template: backport/backport-<%= number %>-to-<%= base %> + failure_labels: backport-failed