Non ci sono articoli nel tuo carrello.
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.
This workflow is ideal for:
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.
A GitHub account with a personal access token (with repo access)
A Telegram bot token and group chat ID
Google Gemini API credentials (or your preferred AI model integration)