Skip to content

Commit a11ed7f

Browse files
committed
fix(self-zizmor): trigger on ready-for-review
If this is used as part of a release-please enabled repository, then this additional pull_request event type is needed to trigger zizmor on the release pull request.
1 parent 2fad4cf commit a11ed7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/self-zizmor.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
paths:
55
- ".github/**"
66
pull_request:
7+
types:
8+
- edited
9+
- opened
10+
- ready_for_review
11+
- synchronize
712
paths:
813
- ".github/**"
914
merge_group:

0 commit comments

Comments
 (0)