chore(support): Do not send failure notification for PRs - #3625
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe CI workflow now sends failure notifications only for scheduled runs and tag pushes. Pull request and branch push failures no longer trigger notifications. ChangesCI notification filtering
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized workflow change limits failure notifications to scheduled or tagged CI runs, reducing Slack noise without any actionable merge-blocking risk remaining. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/test e2e-tests |
1 similar comment
|
/test e2e-tests |
Updates the
CIworkflow to only send notifications to slack when a failure occurs from a scheduled or tagged CI run.Failures from PRs or release branch pushes will no longer generate alerts.
The intent is to reduce noise and ensure alerts are meaningful.