Skip to content

Commit f785b75

Browse files
authored
Merge pull request #82 from grafana/zerok/trigger-zizmor-on-undraft
fix(self-zizmor): trigger on ready-for-review
2 parents 2fad4cf + 2086631 commit f785b75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/self-zizmor.yaml

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

0 commit comments

Comments
 (0)