Skip to content

Commit 860d7f8

Browse files
committed
trigger on label
1 parent 50cce0c commit 860d7f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: 'Dependency Review'
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- synchronize
7+
- labeled
8+
- unlabeled
39

410
permissions:
511
contents: read

0 commit comments

Comments
 (0)