Github Star Notification (Unverified)
detail.loadingPreview
Notifies a Slack channel when a repository gains or loses a star.
🚀Ready to Deploy This Workflow?
About This Workflow
GitHub Star Notification
This workflow triggers on GitHub events, specifically when a repository is starred or unstarred. It then sends a notification to a designated Slack channel indicating the change in star count and who performed the action.
Key Features
- Triggers on GitHub star/unstar events.
- Sends real-time notifications to Slack.
- Customizable Slack message content and color.
- Includes sender's information and a link to their profile.
- Allows for error handling.
How To Use
- Trigger Configuration:
- Set up the GitHub Trigger node to listen for
starevents on your desired repository. - Authenticate with your GitHub credentials.
- Set up the GitHub Trigger node to listen for
- Conditional Logic:
- Use the If node to differentiate between
created(star added) and other actions (like star removed).
- Use the If node to differentiate between
- Slack Notifications:
- Configure the Slack nodes to send messages to your preferred channel.
- Customize the
attachmentsto display star count, sender's username, and profile link. - Use different colors for star added (green) and star removed (red) notifications.
- Error Handling:
- Implement an Error Handler node to gracefully manage any workflow execution errors.
Apps Used
Workflow JSON
{
"id": "a1a2f2ed-1ae8-462f-9729-077887c1c42d",
"name": "Github Star Notification (Unverified)",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a1a2f2ed-1ae8...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Integrations
- Google Sheets + Slack(268 workflows)
- Schedule Trigger + Slack(143 workflows)
- Slack + Split Out(69 workflows)
- Gmail + Slack(59 workflows)
- Execute Workflow Trigger + Slack(38 workflows)
- Email Send + Slack(35 workflows)
- Form Trigger + Slack(33 workflows)
- Airtable + Slack(29 workflows)
- Date Time + Slack(28 workflows)
- GitHub + Schedule Trigger(25 workflows)
Related Workflows
Discover more workflows you might like
Discord Intro - Manual Trigger
Manually trigger a Discord message.
Community Chart Generator
Generate and upload dynamic charts to Google Drive.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.
RAG on Living Data
Integrates RAG (Retrieval-Augmented Generation) with dynamic, living data sources to provide context-aware answers.
Community Contributed: Iterable User Management
Manage users in Iterable by creating, updating, and retrieving them.
Community Contributed Email Body Parser
Parses email bodies to extract key-value pairs based on predefined labels.