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 b5d754e commit 89eba16Copy full SHA for 89eba16
1 file changed
.github/workflows/release_create_release_branch.yaml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
cut_branch:
13
# Run only if the issue has the type: release label
14
- if: contains(github.event.issue.labels.*.name, 'type: release')
+ if: "contains(github.event.issue.labels.*.name, 'type: release')"
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
0 commit comments