Create an issue on GitLab on every GitHub release — n8n 工作流
概览
For every release on GitHub this workflow will create an issue on GitLab.
Copy workflow to your n8n Fill in missing fields (credentials & repo names)
Based on Cron node to be able to track github repos you're not a member of (as you won't be able to create a webhook). If you do own the repo, you could replace Cron & GH node with a GitHub Trigger.
使用的节点
GitHubGitLab
工作流预览
Get latest release
⚡
C
Cron
M
Merge
N
No issue for release?
Create issue
List issues
6 nodes4 edges
工作原理
- 1
触发器
工作流由 定时 触发器启动,按预定计划运行。
- 2
处理
数据流经 6 个节点, connecting cron, function, github。
- 3
输出
工作流完成自动化并将结果发送到配置的目标。
节点详情 (6)
GI#1
GitHub
github
GI#2
GitLab
gitlab
如何导入此工作流
- 1点击右侧 下载 JSON 按钮保存工作流文件。
- 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入。
- 3选择下载的
create-an-issue-on-gitlab-on-every-github-release文件并点击导入。 - 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
- 5点击 测试工作流 验证一切正常,然后激活它。
或直接在 n8n → 从 JSON 导入 中粘贴:
{ "name": "Create an issue on GitLab on every GitHub release", "nodes": [...], ...}
集成
cronfunctiongithubgitlabmerge
创建者
Manu
@tennox
标签
cronfunctiongithubgitlabmerge