We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb915db + 69f18cb commit 8b2283dCopy full SHA for 8b2283d
1 file changed
.github/workflows/backport.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Backport Bot
14
id: backport
15
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' ) )
16
- uses: m-kuhn/backport@v1.2.7
+ uses: m-kuhn/backport@v1.2.8
17
with:
18
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments