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 0a3fda2 commit d34d941Copy full SHA for d34d941
.github/workflows/on_label.yml
@@ -41,7 +41,7 @@ jobs:
41
trigger-ci:
42
name: Trigger CI on created branches 🚀
43
needs: backport
44
- if: needs.backport.outputs.created_pull_numbers
+ if: github.event.pull_request.labels && contains(join(github.event.pull_request.labels.*.name, ', '), 'backport ') && needs.backport.outputs.created_pull_numbers != ''
45
strategy:
46
matrix:
47
pr: ${{ fromJSON(format('[{0}]', needs.backport.outputs.created_pull_numbers)) }}
0 commit comments