Overview
Keeps the team informed about pushes by sending a formatted notification to Slack or Microsoft Teams after each push.
What Gets Sent
- Branch name
- Number of commits pushed
- One-line summary of each commit
- Author name
- Link to the compare view on GitHub
Setup
- Set
SLACK_WEBHOOK_URLorTEAMS_WEBHOOK_URLin your environment - Add the hook script to
.github/hooks/notify.mjs - Register via Copilot hooks configuration