| title |
GitHub issue alert |
| description |
Send GitHub issue comments to Slack |
| integrations |
|
| categories |
|
| tags |
webhook_handling |
notifications |
data_processing |
|

This project automates notifications for GitHub issue activity by monitoring issue creation and comments. It sends real-time updates to a designated Slack channel to keep teams informed.
- Monitor GitHub for new issue creation or comment activity (created, edited, or deleted)
- Trigger the workflow to process the event and format the information
- Send the details as a notification to the designated Slack channel
- Initialize your connections (GitHub, Slack)
- Set the
SLACK_CHANNEL_NAME_OR_ID project variable to the Slack channel where you want to receive updates
Once deployed, the workflow is triggered by the creation of a new GitHub issue or any comment activity on an issue, including creation, editing, or deletion.
Follow these detailed instructions to deploy the project on a self-hosted server.