Automate Github Release Notifications N8N Slack — Complete Guide [2026]

Learn how to automate github release notifications n8n slack with this step-by-step guide. Includes workflow examples, tips, and best practices for 2026.
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
Automate github notifications with n8n and Slack

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

Learn how to Build this Workflow with AI:

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.


Automate github notifications with n8n and Slack

Visit through Desktop to Interact with the Workflow.

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 Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.