Skip to content

Commit c4a30f5

Browse files
authored
Update dependabot-labels.yml
1 parent 4953a40 commit c4a30f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
dependabot-pr-label:
10-
if: github.event.label.name == 'dependencies'
10+
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
1111
uses: OpsLevel/actions/.github/workflows/dependabot_pr_labels.yml@main

0 commit comments

Comments
 (0)