This n8n workflow automates the process of monitoring GitHub issues and sending notifications for new issues to a Telegram user. The workflow is scheduled to run every 10 minutes, fetching issues labeled ‘Bug’ that have been created within the last 30 minutes. It extracts key details such as the title, URL, creation date, and comment count from each issue. The workflow filters issues with fewer than 5 comments to prioritize less-discussed issues. For these filtered issues, it sends a notification message containing the issue’s title and link to a Telegram chat or user, allowing for quick updates and issue tracking. This setup is ideal for development teams wanting real-time updates on new and potentially overlooked issues, helping improve response times and issue management.
Automated GitHub Issue Alerts via Telegram
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | filter, github, scheduleTrigger, set, stickyNote, telegram |
Reviews
There are no reviews yet.