πŸ“‹ Ai-powered bug tracking with GitHub issues and Telegram alerts using Gemini

⚑ 501 views Β· πŸ“‹ Project Management

πŸ’‘ Pro Tip β€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

Create GitHub issues from webhook input and send alerts to Telegram

This workflow streamlines bug tracking by using a webhook to collect issue reports, automatically classifying and summarizing them with Gemini AI, then sending critical issues to GitHub and real-time notifications to Telegram. Optional manager approval is built in for low-priority reports.

πŸ§‘β€πŸ’» Who’s it for

This workflow is ideal for:

βš™οΈ How it works

Webhook Trigger – Listens for incoming POST requests containing bug or task data.

AI-Powered Classification – Uses the Gemini model to classify bugs as High or Low severity.

Optional Approval – If severity is Low, it waits for a manager’s approval before proceeding.

Bug Summary Generation – Passes through a filter and sends the input to Gemini to generate a clean summary.

Create GitHub Issue – Submits the summarized issue to your GitHub repository.

Telegram Notification – Sends a formatted message to a Telegram group or manager, depending on the path.

πŸ› οΈ How to set up

πŸ“‹ Requirements

πŸ”§ How to customize the workflow

πŸ”— Nodes Used

GitHub, Webhook, Telegram, Gmail, Summarization Chain, Google Gemini Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup