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 4953a40 commit c4a30f5Copy full SHA for c4a30f5
.github/workflows/dependabot-labels.yml
@@ -7,5 +7,5 @@ on:
7
8
jobs:
9
dependabot-pr-label:
10
- if: github.event.label.name == 'dependencies'
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
11
uses: OpsLevel/actions/.github/workflows/dependabot_pr_labels.yml@main
0 commit comments