Merge pull request #922 from fluxcd/backport-913-915-to-release/v1.0.x
[release/v1.0.x] Manual backport of CI fixes
This commit is contained in:
commit
c90c802c23
|
@ -23,6 +23,8 @@ jobs:
|
|||
uses: korthout/backport-action@bf5fdd624b35f95d5b85991a728bd5744e8c6cf2 # v1.3.1
|
||||
# xref: https://github.com/korthout/backport-action#inputs
|
||||
with:
|
||||
# Use token to allow workflows to be triggered for the created PR
|
||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
# Match labels with a pattern `backport:<target-branch>`
|
||||
label_pattern: '^backport:([^ ]+)$'
|
||||
# A bit shorter pull-request title than the default
|
||||
|
|
Loading…
Reference in New Issue