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 7a1bbc3 commit e9de693Copy full SHA for e9de693
.github/workflows/check-backport-labels.yml
@@ -21,5 +21,5 @@ jobs:
21
echo "${{ contains(github.event.pull_request.labels.*.name, 'backport') }}"
22
echo "${{ endsWith(github.event.pull_request.labels.*.name, 'backport') }}"
23
echo "${{ startsWith(github.event.pull_request.labels.*.name, 'backport') }}"
24
- echo "${{ github.event.pull_request.labels.*.name == 'skip-backport') }}"
+ echo "${{ github.event.pull_request.labels.*.name == 'skip-backport' }}"
25
exit 1
0 commit comments