Skip to content

Commit 46aa8a8

Browse files
committed
Fix Codeowners Merge workflow to run on more events
1 parent 47a3abc commit 46aa8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeowners-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Maintenance: Codeowners Detection and Mention'
22
on:
3-
pull_request_target: { types: [opened] }
3+
pull_request_target: { types: [opened, reopened, ready_for_review] }
44
issue_comment: { types: [created] }
55
pull_request_review: { types: [submitted] }
66

0 commit comments

Comments
 (0)