Skip to content

Commit 9857657

Browse files
authored
Fix Codeowners Merge workflow to run on more events (SchemaStore#5572)
1 parent 47a3abc commit 9857657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)