Skip to content

Commit

Permalink
Bump backport bot to 1.1.3
Browse files Browse the repository at this point in the history
Handles merge commits in a nicer way and assigns responsibility to original pull request author (in plain text)
  • Loading branch information
m-kuhn committed Apr 24, 2021
1 parent 9c4375b commit 903dc1d
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.1.1
uses: m-kuhn/backport@v1.1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 903dc1d

Please sign in to comment.