We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ba2cd commit de9eb4aCopy full SHA for de9eb4a
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