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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-builds-automatic-pull-requests-workflow-guide.md | Documentation 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
- 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/automatic-prs
