Skip to content

Commit afda717

Browse files
Match on the exact label value from an array
Co-authored-by: Samuel Giddins <[email protected]>
1 parent 540e194 commit afda717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
# PR was opened by Dependabot PR has 'javascript' label
9-
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && contains(join(github.event.pull_request.labels.*.name, ','), 'javascript') }}
9+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'javascript') }}
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)