Skip to content
Developer ToolsReal-timeUpdated May 2026

GitLab

Push, MR, pipeline, and issue events from GitLab

GitLab is the self-hostable Git-plus-CI-plus-issues platform a lot of larger orgs run instead of GitHub. Five triggers cover the lifecycle events worth automating: Push Event (any commit to any branch), Tag Pushed (release-triggering), Issue Created, Merge Request (any state change on an MR), Pipeline Completed (the CI run finished, success or fail). Ten actions handle the operational surface: Create Issue, Create Merge Request, Add Comment, Get Issue, Get Project, List Branches, List Issues, List Merge Requests. The integration authorizes via GitLab OAuth or a personal access token, depending on whether you're wiring org-wide or for yourself. Works against GitLab.com and self-hosted GitLab instances (Community Edition, Enterprise Edition), for self-hosted, you provide the instance URL in the connection. Common patterns: a Pipeline Completed with status failed pings the on-call rotation in Slack with the failing job name and log URL, or a Merge Request opened in the main repo auto-creates a paired Linear issue for QA.

5triggers
10actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when GitLab does.

5 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything GitLab can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Add GitLab CommentPosts a comment on an issue, merge request, or commit. For AI-code-review bots or for cross-tool sync ("Linear status changed → comment on the linked MR").
Create GitLab IssueFiles an issue with title, description, labels, assignees, milestone. For "Sentry error → file repo issue" or "support ticket marked bug → create issue" workflows.
Create GitLab Merge RequestOpens a new MR from source branch to target branch with title, description, reviewers, labels. For automation that auto-creates MRs from generated branches (dependabot-style).
Get GitLab IssueReturns an issue by ID with all metadata. The standard lookup for cross-system sync workflows that need fresh issue state.
Get GitLab ProjectReturns project metadata — name, namespace, visibility, default branch, recent activity. Useful for project inventory workflows.
List GitLab BranchesReturns the project's branches with last commit info. Useful for "find stale branches for cleanup" maintenance workflows.
List GitLab IssuesPaginated issues with filters by state, label, assignee, milestone, date. For "open critical issues" dashboards or per-engineer queue rollups.
List GitLab Merge RequestsPaginated MRs with state, target branch, author, reviewer filters. The base query for review-velocity reporting and for "MRs awaiting my review" daily nudges.
List GitLab PipelinesPaginated pipelines with status and ref filters. For "deploy history this week" reports or for CI-health monitoring workflows.
List GitLab ProjectsReturns paginated projects in the namespace or accessible to the user. Useful for cross-project automation and for project inventory workflows.
Recipes

Pre-built GitLab workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect GitLab once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every GitLab field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the GitLab integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect GitLab to Tiny Command?
Open the Tiny Command workflow builder, drop in a GitLab node, and click Connect. Authorize GitLab once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What GitLab triggers does Tiny Command support?
Tiny Command supports 5 real-time GitLab triggers, including "GitLab Issue Created", "GitLab Merge Request", "GitLab Pipeline Completed". Each trigger fires within seconds of the event happening in GitLab.
What GitLab actions can I run from a workflow?
10 GitLab actions are available out of the box, covering developer tools operations like "Add GitLab Comment". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the GitLab integration real-time?
Yes. GitLab Issue Created and every other GitLab trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in GitLab rather than on a polling schedule.
Do I need to write code to use GitLab with Tiny Command?
No. Every GitLab trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any GitLab API endpoint directly.
How much does the GitLab integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The GitLab integration itself has no per-app surcharge.
Related

More developer tools apps people connect.

Same category as GitLab, ordered by how often teams pair them. Hover the carousel to pause.

Do more with GitLab.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.