Skip to content

Commit

Permalink
Bump m-kuhn/backport from 1.2.3 to 1.2.5
Browse files Browse the repository at this point in the history
Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/m-kuhn/backport/releases)
- [Commits](m-kuhn/backport@v1.2.3...v1.2.5)

---
updated-dependencies:
- dependency-name: m-kuhn/backport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2022
1 parent d339d16 commit 5e028da
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.GH_TOKEN_BOT }}

0 comments on commit 5e028da

Please sign in to comment.