Skip to content

Commit 4d20ee9

Browse files
committed
chore: pr labels workflow
1 parent eb0734a commit 4d20ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-labels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
types: [opened, edited]
66
branches-ignore:
7-
- /^dependabot\/.*$/
8-
- /^renovate\/.*$/
7+
- 'dependabot/**'
8+
- 'renovate/**'
99

1010
permissions: # added using https://github.com/step-security/secure-workflows
1111
contents: read

0 commit comments

Comments
 (0)