Skip to content

Commit 5833b5c

Browse files
Add ready_for_review type to pull request triggers
1 parent 4393180 commit 5833b5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: pre-commit
22

33
on:
44
pull_request:
5+
types:
6+
- edited
7+
- opened
8+
- ready_for_review
9+
- synchronize
510
merge_group:
611

712
permissions: {}

0 commit comments

Comments
 (0)