We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dfce7 commit 2115324Copy full SHA for 2115324
.github/workflows/auto-merge.yml
@@ -1,8 +1,8 @@
1
name: PR Approval Notification
2
3
on:
4
- pull_request_review:
5
- types: [submitted, dismissed]
+ pull_request_target:
+ types: [assigned, opened, reopened, synchronize]
6
7
jobs:
8
pr-approval-notification:
0 commit comments