Use Cases
- Notify team members in Slack when a GitHub repository receives a new star.
- Alert users in Slack when a star is removed from a GitHub repository.
- Track engagement metrics for GitHub projects through Slack notifications.
How It Works
The workflow starts with a GitHub Trigger that detects star events. An IF node checks if the action is 'created' or 'deleted'. Based on the condition, it sends a notification to Slack about the new star or the removal of a star.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure GitHub credentials to allow access to the repository.
- 3Set up Slack credentials for sending messages.
- 4Adjust the channel settings in the Slack nodes as needed.
Apps Used
GitHub
Slack
Categories
Target Roles
Industries
Tags
#slack automation
#notifications
#process automation