Skip to content

Commit

Permalink
Update backport version for failure labels
Browse files Browse the repository at this point in the history
There have been improvements including adding a label to a pull request
when any backport on it has failed.

Signed-off-by: Peter Nied <peternied@hotmail.com>
  • Loading branch information
peternied committed Jul 28, 2023
1 parent d3488e8 commit 996e878
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 996e878

Please sign in to comment.