Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-github-integration-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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