We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0734a commit 4d20ee9Copy full SHA for 4d20ee9
.github/workflows/pr-labels.yml
@@ -4,8 +4,8 @@ on:
4
pull_request:
5
types: [opened, edited]
6
branches-ignore:
7
- - /^dependabot\/.*$/
8
- - /^renovate\/.*$/
+ - 'dependabot/**'
+ - 'renovate/**'
9
10
permissions: # added using https://github.com/step-security/secure-workflows
11
contents: read
0 commit comments