cloudflare · Cloudflare Workers Docs
Workers GitHub integration
Configures and manages the connection between GitHub repositories and Cloudflare Workers to enable automatic deployments, pull request status comments, and GitHub check runs.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers GitHub integration
Configures and manages the connection between GitHub repositories and Cloudflare Workers to enable automatic deployments, pull request status comments, and GitHub check runs.
When To Use
Use when you need to automate Worker deployments via GitHub pushes or integrate build status visibility directly into GitHub pull requests and check runs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-builds-github-integration-workflow-guide.md | A guide explaining how to connect GitHub repositories to Cloudflare Workers for automatic builds, deployments, and pull request integration. | Questions about a guide explaining how to connect GitHub repositories to Cloudflare Workers for automatic builds, deployments, and pu... |
What This Skill Covers
- Cloudflare supports connecting your GitHub repository to your Cloudflare Worker, and will automatically deploy your code every time you push a change.
- Main sections:
Features,Pull request comment,Check run,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/github-integration
