Skip to content

Commit 443917e

Browse files
authored
trigger on label (#11)
### Description The Dependency Review action fails to trigger sometimes. As a workaround, we're making it trigger on label/unlabel. See https://hex-tech-hq.slack.com/archives/C05AYKDRT6H/p1744922860512639 ### Testing
2 parents 50cce0c + 860d7f8 commit 443917e

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)