Automate GitHub Release Notifications with n8n & Slack

Discover how this n8n workflow automates GitHub release monitoring and sends parsed updates to Slack, saving hours of manual tracking and improving team communication for developers and project managers.
scheduleTrigger
slack
informationExtractor
+8
Workflow Identifier: 2336
NODES in Use: Schedule Trigger, Code, SplitInBatches, RSS Feed Read, If, Set, Langchain Information Extractor, DateTime, Code, Slack, Redis

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

1. What This Workflow Does

This n8n workflow tracks new GitHub Releases from chosen repositories every 10 minutes during business hours.
It reads release data, extracts and translates changelogs with AI, then posts clear summary messages to Slack.
This stops missing updates and saves time on manual checks.

The workflow inputs are GitHub release RSS feeds.
Processing steps include looping repos, checking Redis cache, extracting info with Google Gemini AI, and formatting dates and messages.
The output is well-structured Slack notifications sent to a team channel.


2. Tools and Services Used

  • n8n: To build and run automation workflows.
  • GitHub RSS Feeds: To fetch latest release data.
  • Google Gemini AI & Langchain: For automatic changelog extraction, categorizing, and translation to Chinese.
  • Redis: To cache processed release IDs and prevent duplicates.
  • Slack API: To send formatted release notifications and error alerts.

3. Inputs, Processing, and Outputs

Inputs

  • GitHub repository list configured as a JavaScript array.
  • GitHub release RSS feed URLs built from repository info.

Processing Steps

  • A Cron Trigger runs workflow every 10 minutes from 9 AM to 11 PM.
  • A Loop node processes each repository one by one.
  • RSS for Release node fetches the release feed.
  • Error checking via If No Error and error alerts through Slack if needed.
  • Redis Get checks last release ID processed.
  • If New node compares current release ID with cache to skip duplicates.
  • Information Extractor Langchain AI node uses Google Gemini to extract and translate changelog features, fixes, and others.
  • Date Format turns release date into readable local time.
  • Code for Slack Tpl creates Slack message blocks summarizing release info.
  • Send Message node posts notification to Slack channel.
  • Redis Set Id updates cache with latest release ID.

Outputs

  • Slack messages with translated, categorized changelog summaries and release info.
  • Slack alerts on workflow or feed errors.

4. Beginner Step-by-Step: How to Use This Workflow in n8n

Download and Import Workflow

  1. Find the Download button on this page.
  2. Click to save the workflow JSON file.
  3. Open your n8n editor.
  4. Choose Import from File option.
  5. Select the downloaded JSON file.

Configure Credentials and Settings

  1. Add your Google Gemini AI API credentials in the Credentials section.
  2. Input Slack app credentials with necessary chat permissions.
  3. Set Redis instance credentials for cache usage.
  4. Open the GitHub Config Code node.
  5. Update the JavaScript array with GitHub repositories to monitor, using this format:
    return [
      { "name": "n8n", "github": "n8n-io/n8n" },
      { "name": "Roo-Code", "github": "RooVetGit/Roo-Code" },
      // add more repositories here
    ];

Test the Workflow

  1. Run the workflow manually once from the n8n editor.
  2. Check Slack channel for the test release notifications.
  3. Verify no error alerts appear.

Activate for Production

  1. Switch the workflow toggle to enabled.
  2. Make sure the Cron Trigger node is active and scheduled to run regularly.
  3. Monitor Slack and n8n logs for correct runs.
  4. Adjust repository list or credentials as projects change.

If you need to run workflows on your own server, consider self-host n8n for full control.


5. Customizations

  • Add more GitHub repositories by editing the GitHub Config Code node array.
  • Change the frequency by updating the cron expression in the Cron Trigger node.
  • Modify AI extraction language or style by adjusting the prompt in the Information Extractor node.
  • Tweak the Slack message layout by editing the JavaScript code in the Code for Slack Tpl node.
  • Send notifications to more Slack channels by duplicating or adding more Send Message nodes.

6. Troubleshooting

  • Issue: Slack notifications not appearing.
    Check: Slack bot token scopes include chat:write and chat:write.customize. Confirm channel ID is correct.
  • Issue: AI extraction returns empty or bad data.
    Check: Google Gemini API key is valid and active. The prompt in Information Extractor matches expected input.
  • Issue: Redis cache keeps old release IDs.
    Check: Redis connection is live. Keys used in Redis Get and Redis Set Id nodes match.
  • Issue: GitHub RSS feed fails or returns no data.
    Check: Feed URLs are correctly formatted. No network block or access issue exists.

7. Pre-Production Checklist

  • Verify the repository list is complete and accurate.
  • Test Slack credentials by sending a direct test message.
  • Run AI extraction on a sample release note to confirm Google Gemini integration.
  • Check Redis connection with a test get/set operation.
  • Trigger the workflow manually to simulate a feed check.
  • Review execution logs for any errors or warnings.

8. Deployment Guide

Enable the workflow in n8n and ensure the Cron Trigger node is properly scheduled.
Keep Slack and Redis credentials updated.
Use n8n’s execution logs to watch the workflow performance.
Optionally, set up alert messages in Slack for any errors the workflow finds.
Regularly update repository configuration to keep monitoring aligned with your projects.


9. Summary and Result

✓ Saves time by automating GitHub release monitoring.
✓ Prevents missed important updates.
✓ Sends easy-to-read, translated changelog summaries to Slack.
✓ Reduces human errors in update processes.
✓ Provides real-time error notifications for problems.
✓ Easy to expand and customize to fit team needs.


Frequently Asked Questions

Yes. The user can replace the AI node with other Langchain-supported models like OpenAI GPT but must update prompts and API keys accordingly.
API use depends on the number of repositories monitored and the 10-minute check interval. Users should monitor their Google Gemini and GitHub API usage limits.
Yes. n8n secures API keys and Slack communications use encrypted channels. Protecting Redis server access is also important for cache security.
Yes. The Loop node processes repositories sequentially. Users can increase batch sizes or run multiple workflows to scale.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free