Commit 6c3b664
authored
ci: retire GitHub-Action Slack notifier for new issues and PRs (#9065)
Removes the rtCamp/action-slack-notify pings:
- Deletes .github/workflows/notify-slack.yml (issue-opened notifier).
- Drops the "Send Slack Notification for External PR" step from
pr-labeler.yml; the labeler still applies pr/internal vs
pr/external + stage/needs-triage labels as before.
Slack notifications for new aws-sam-cli issues and PRs are now sent by
the team's GitHub-App-backed notifier (aws-sam-tooling-bot), which
covers all of the team's owned repositories from a single backend
rather than per-repo workflows. Retiring the workflow-based path here
removes the duplicate posts and the long-lived SLACK_WEBHOOK_URL
secret dependency on this repo's behalf.1 parent c4bc8a2 commit 6c3b664
2 files changed
Lines changed: 1 addition & 34 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | 48 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
0 commit comments