Use this robust n8n workflow to automatically monitor public GitHub repositories for new releases and send instant, detailed notifications directly to Slack. This n8n template is ideal for Dev/Ops.
Download this n8n workflow template and start using it instantly.
Dev/Ops teams and system administrators who rely on continuous monitoring.
Open-source project maintainers who want to share release information automatically.
Developers tracking dependencies or favorite projects using a flexible n8n workflow.
Users looking for effective n8n templates for external API polling and logical flow control.
Keeping track of new software releases across multiple GitHub repositories can be tedious and prone to manual error. This essential n8n workflow streamlines the process by scheduling a daily check against configured public repos. By utilizing the power of a standard n8n node for HTTP requests and sophisticated date-time filtering, the n8n workflow ensures that your team receives timely notifications only for genuinely new releases (within the last 24 hours). This helps maintain awareness of updates for critical dependencies or open-source projects, making this n8n template a must-have for automated operations.
The entire process is initiated by the Daily Trigger, which acts as the core n8n trigger, ensuring the check runs reliably once per day. The flow immediately passes control to the RepoConfig n8n node, a Code node containing an array of organization/repository pairs (e.g., n8n-io/n8n). The subsequent Fetch Github Repo Releases n8n node iterates over this list, dynamically constructing a URL to query the GitHub API for the latest release metadata for each repository.
Crucially, the Wether Release is new n8n node applies flow control. It uses an expression to compare the release publication timestamp (published_at) against the current time minus one day. If the release is truly new, the data proceeds down the TRUE path to the Send Message n8n node. This final n8n node formats a comprehensive notification, including the repo name, release title, a snippet of the release notes, and a direct URL, posting it instantly to a designated Slack channel.
RepoConfig n8n node (Code type) and modify the JavaScript array to include the GitHub organization and repository names you wish to monitor.Send Message n8n node. Select your Slack credential and specify the target #channel name where notifications should be delivered.Daily Trigger to run automatically. Daily Trigger (Schedule Trigger): The starting point and primary n8n trigger. Configured to run the n8n workflow automatically every day, initiating the monitoring process.
RepoConfig (Code): A critical n8n node used for configuration. It outputs a JSON array defining the specific github-org and github-repo names the workflow needs to check. This makes the n8n workflow highly modular.
Fetch Github Repo Releases (HTTP Request): This n8n node dynamically queries the GitHub public API (/releases/latest) using data provided by the previous configuration node. It fetches all metadata for the newest release.
Wether Release is new (If): A core logic n8n node. It filters items based on a date-time condition. The condition checks if the release date (published_at) is after 24 hours ago, preventing repeated notifications for old releases.
Use this powerful n8n workflow to monitor AWS IAM access key rotation compliance. Automatically detect keys older than 365 days and send immediate alerts using the Slack n8n node.

Automate severe weather alerts using this n8n workflow. The n8n trigger checks the Visual Crossing API hourly and sends instant safety notifications via the Telegram n8n node.

Use this n8n workflow to implement accurate server-side tracking for Meta Ads (Facebook) Conversions API (CAPI). Securely hash PII and send conversion events.

Use this reusable n8n workflow to centralize and standardize system alerts sent via Gmail. Easily configure subject prefixes and multi-line message bodies using the n8n node logic.

Automate instant Telegram notifications for new WooCommerce orders using a robust n8n workflow. Track sales in real-time with this essential n8n template.









































