Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Automatic pull requests

Explains how Workers Builds automatically generates pull requests to add Wrangler configuration files, framework adapters, and necessary dependencies to a repository.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Automatic pull requests

Explains how Workers Builds automatically generates pull requests to add Wrangler configuration files, framework adapters, and necessary dependencies to a repository.

When To Use

Use when you need to configure a new Workers project or resolve deployment issues by integrating automated configuration pull requests into your CI/CD workflow.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-automatic-pull-requests-workflow-guide.mdDocumentation explaining how Workers Builds automatically creates pull requests to configure projects or resolve deployment issues.Questions about documentation explaining how Workers Builds automatically creates pull requests to configure projects or resolve depl...

What This Skill Covers

  • Workers Builds can automatically create pull requests in your repository to configure your project or resolve deployment issues.
  • Main sections: Configuration PR, Why you should merge the PR, What the PR includes, PR description, Name conflict PR.

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/automatic-prs