BUILD-10835 Remove slack_notify reusable workflow#253
Conversation
SummaryThis PR removes The change is straightforward: a single file deletion. No other workflows reference What reviewers should knowWhat to verify:
Scope: File deletion only—no changes to other workflows or code. The workflow was self-contained with no internal dependencies.
|
Remove `.github/workflows/slack_notify.yml` from this repository as part of the BUILD-10835 CI cleanup. The workflow listened for `check_suite` completion and posted to Slack; it is no longer maintained here.
87a4fb2 to
0250922
Compare
There was a problem hiding this comment.
Pull request overview
Removes the slack_notify reusable GitHub Actions workflow from this repository as part of BUILD-10835 CI consolidation, so this repo no longer provides the check_suite: completed → Slack forwarding entry point.
Changes:
- Deleted
.github/workflows/slack_notify.yml, removing thecheck_suitetrigger and Slack notification job. - Eliminated the dependency on
SonarSource/gh-action_slack-notifyfrom this repo (as the workflow is no longer shipped).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



BUILD-10835 This change removes the
slack_notifyreusable workflow fromci-github-actions.The workflow triggered on
check_suite: completedand forwarded results to Slack. It is dropped as part of the BUILD-10835 CI consolidation so this repo no longer ships or maintains that entry point.