cloudflare · Cloudflare Workers Docs
Workers GitLab integration
Configures and manages the connection between GitLab repositories and Cloudflare Workers to enable automatic deployments, merge request status comments, and build monitoring via commit statuses.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers GitLab integration
Configures and manages the connection between GitLab repositories and Cloudflare Workers to enable automatic deployments, merge request status comments, and build monitoring via commit statuses.
When To Use
Use when you need to automate Cloudflare Worker deployments from GitLab or integrate build status updates and preview URLs directly into GitLab merge requests and commit histories.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-builds-gitlab-integration-workflow-guide.md | A guide explaining how to connect GitLab repositories to Cloudflare Workers for automatic builds, deployments, and merge request integration. | Questions about a guide explaining how to connect GitLab repositories to Cloudflare Workers for automatic builds, deployments, and me... |
What This Skill Covers
- Cloudflare supports connecting your GitLab repository to your Cloudflare Worker, and will automatically deploy your code every time you push a change.
- Main sections:
Features,Merge request comment,Commit Status,Manage access,Organizational access.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/ci-cd/builds/git-integration/gitlab-integration
