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.
1 parent 8b2283d commit 5656ad6Copy full SHA for 5656ad6
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.8
+ uses: m-kuhn/backport@7f3cab83e4b3b26aefcffda21851c3dc3d389f45 #v1.2.7
17
with:
18
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments