Skip to content

Commit

Permalink
Merge pull request #736 from derek-ho/fail-backport
Browse files Browse the repository at this point in the history
Fail backport
  • Loading branch information
derek-ho authored Aug 2, 2023
2 parents 8b10ded + 00e88da commit 23c16c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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 %>
labels_template: "<%= JSON.stringify([...labels, 'autocut']) %>"
failure_labels: "failed backport"

0 comments on commit 23c16c1

Please sign in to comment.