We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b769bd9 + b8419f4 commit c90c802Copy full SHA for c90c802
.github/workflows/backport.yaml
@@ -23,6 +23,8 @@ jobs:
23
uses: korthout/backport-action@bf5fdd624b35f95d5b85991a728bd5744e8c6cf2 # v1.3.1
24
# xref: https://github.com/korthout/backport-action#inputs
25
with:
26
+ # Use token to allow workflows to be triggered for the created PR
27
+ github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
28
# Match labels with a pattern `backport:<target-branch>`
29
label_pattern: '^backport:([^ ]+)$'
30
# A bit shorter pull-request title than the default
0 commit comments