Skip to content

Commit

Permalink
Bump backport bot to 1.2.2
Browse files Browse the repository at this point in the history
Supports rebase merges too
  • Loading branch information
m-kuhn committed Apr 28, 2021
1 parent 417d444 commit df9921e
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.0
uses: m-kuhn/backport@v1.2.2
with:
github_token: ${{ secrets.GH_TOKEN_BOT }}

3 comments on commit df9921e

@nirvn
Copy link
Contributor

@nirvn nirvn commented on df9921e Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn , supports rebase merges as in... it'll pick all commits from a PR merged through rebase? YES!

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on df9921e Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

@nirvn
Copy link
Contributor

@nirvn nirvn commented on df9921e Apr 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn , 💓

Please sign in to comment.