Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump backport bot to 1.2.0
  • Loading branch information
m-kuhn committed Apr 25, 2021
1 parent 903dc1d commit 3e8ba6d
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.3
uses: m-kuhn/backport@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e8ba6d

Please sign in to comment.