Monitors GitHub repositories weekly for new releases and creates tracking issues in GitLab if none exist, perfect for upstream dependency management.
This n8n workflow automates the process of creating issues in a GitLab repository whenever a new release is published on a GitHub repository. It uses a Cron trigger to run every week, fetching the latest GitHub release. It then cross-references with existing GitLab issues to avoid duplicates, using a custom function to check if an issue with the matching release tag already exists. If not, it creates a new issue with the release URL, body, and tag name in the title.
Key benefits include seamles
Platform
n8n
Category
Surveys & Forms
Price
$12.99
Creator
Matt Buds
github
gitlab
releases
issues
devops
automation
cron
monitoring
bug-tracking
integrations
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.