We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc2b3e commit 9ec69d2Copy full SHA for 9ec69d2
1 file changed
.github/workflows/notify_slack.yml
@@ -2,9 +2,9 @@ name: Slack Notifications
2
3
on:
4
issues:
5
- types: [opened, reopened, edited]
+ types: [opened, reopened]
6
pull_request_target:
7
- types: [opened, reopened, synchronize]
8
9
permissions: {}
10
0 commit comments