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 Workflows
Discover more workflows you might like
Discord Intro - Manual Trigger
Manually trigger a Discord message.
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 Workflow Credentials Query
Query n8n workflow credentials using an AI SQL agent.
Community Contributed: Iterable User Management
Manage users in Iterable by creating, updating, and retrieving them.
G2 Reviews Monitor (Unverified)
Monitors G2 reviews for new submissions and notifies via Slack, while also recording them in Google Sheets.