Description
Allow users to send PR notifications to a Slack channel or DM — e.g., when CI fails, a review is requested, or a PR becomes stale.
Why
Slack is where most dev teams already communicate. Bridging PR status updates into Slack reduces context switching and keeps the team informed without requiring everyone to install the extension.
Approach
- Add Slack webhook URL configuration in Settings
- Let users choose which events trigger Slack messages (CI failure, review requested, etc.)
- Format messages with PR title, author, status, and a direct link
Description
Allow users to send PR notifications to a Slack channel or DM — e.g., when CI fails, a review is requested, or a PR becomes stale.
Why
Slack is where most dev teams already communicate. Bridging PR status updates into Slack reduces context switching and keeps the team informed without requiring everyone to install the extension.
Approach