Skip to content

Commit 2115324

Browse files
committed
fix: ci approval notification access
Signed-off-by: bitliu <[email protected]>
1 parent 89dfce7 commit 2115324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: PR Approval Notification
22

33
on:
4-
pull_request_review:
5-
types: [submitted, dismissed]
4+
pull_request_target:
5+
types: [assigned, opened, reopened, synchronize]
66

77
jobs:
88
pr-approval-notification:

0 commit comments

Comments
 (0)