DevOps & Repos
140 sonuç — 78 indirilebilir workflow dosyası, 62 kaynağa bağlı n8n referansı
HTTP with HTTP Request
On a GitLab event, calls an HTTP API and conditionally branches on the response.
HTTP with GitHub & HTTP Request
On a schedule, retrieves GitHub data, merges it, and posts to an HTTP endpoint.
GitLab
On manual trigger, batches through GitLab files, extracts and parses their contents via code, and imports them into n8n.
GitLab 2
On a GitLab webhook event, fires to start downstream processing.
GitLab & n8n
On a schedule, lists n8n workflows and commits them to GitLab, filtering and aggregating changes before deciding what to push.
GitHub with Slack 2
On a GitHub event, sends a message to Slack.
GitHub
On an MCP or sub-workflow call, routes requests and performs GitHub API operations, aggregating the results.
GitHub with Slack
On a GitHub event, conditionally posts a notification message to Slack.
GitHub 2
Fires on a GitHub repository event to emit its payload for downstream processing.
GitHub with Notion
On a GitHub event, branches on conditions and updates the corresponding pages in Notion.
GitHub Sub-Workflow Dispatcher
On a schedule, fetches data via API and GitHub, routes it through conditional logic, and dispatches sub-workflows in batches.
Scheduled GitHub Orchestrator
On a schedule, fetches data via API and GitHub, routes it through conditional branches, and triggers sub-workflows in batches.
Scheduled GitHub Batch Sync
On a schedule, pulls GitHub data and processes it in batches with conditional logic.
n8n GitHub Slack Reporter
On schedule, pulls n8n and GitHub data, processes it in batches, and posts notifications to Slack.
Bitbucket
Triggers on Bitbucket repository events such as pushes, pull requests, and issues.
Scheduled CSV To GitHub
On a schedule, builds a CSV file and commits it to a GitHub repository.
Scheduled Email And GitHub Update
On a schedule, sends an email and commits data to a GitHub repository.
Webhook To GitHub Commit
On a webhook, formats the payload and commits it to a GitHub repository.
GitHub Data To Lambda
On manual trigger, fetches data via HTTP, reads from GitHub, and invokes an AWS Lambda function.
GitHub Webhook To Lambda
On a webhook, reads GitHub data and invokes an AWS Lambda function.
GitHub To Jira Issue Sync
On manual trigger, fetches data via HTTP, reads from GitHub, and creates a matching Jira issue.
HTTP Data To GitHub
On manual trigger, fetches data via an HTTP request and commits it to a GitHub repository.
Scheduled GitHub Lambda Processing
On a schedule, fetches GitHub data and processes it with an AWS Lambda function.
Recurring GitHub Updater
On a schedule, retrieves and updates data in GitHub.