Skip to content

Commit

Permalink
Merge pull request #6451 from jmckenna/backport-1.2.5
Browse files Browse the repository at this point in the history
upgrade Backport action
  • Loading branch information
jmckenna committed Dec 21, 2021
2 parents 4110212 + f746489 commit 548ed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Backport Bot
id: backport
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) )
uses: m-kuhn/backport@v1.2.3
uses: m-kuhn/backport@v1.2.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 548ed82

Please sign in to comment.