chore: expand PR labeler coverage to partials, images, release notes, and missing products - #33257
Draft
mvvmm wants to merge 1 commit into
Draft
chore: expand PR labeler coverage to partials, images, release notes, and missing products#33257mvvmm wants to merge 1 commit into
mvvmm wants to merge 1 commit into
Conversation
… and missing products Generated from the current content tree. Adds rules for 14 uncovered product docs directories, maps src/content/partials and src/assets/images subdirectories to their product labels, maps release-notes files via their productLink, and covers workers-ai-models, compatibility-flags, fields, catalog-models, public/__redirects, and public/_headers. Drops the dead product:cloudflare-agent rule (directory no longer exists) and repoints product:email-routing at its partials directory.
🚀 Deploying Preview to Cloudflare 🚀Preview URL: https://chore-expand-pr-labeler.previews.developers.cloudflare.com (commit dd168ef)This URL reflects your latest Preview deploymentPreview Deployments by commit
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
|
Preview URL: https://dd168ef7.preview.developers.cloudflare.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the PR product-labeler (
.github/labeler.yml) so pull requests touching product content actually receiveproduct:*labels. The old config only mappedsrc/content/docs/{slug}/**, which left several real gaps:src/content/partials/{product}/got no label (e.g. [Cloudflare One] Fix incorrect resolver selection description in resolver policies #32601, [Fundamentals] Clarify API token quota scopes #32716, [DNS] Add MonoVM to nameserver update provider list #33205, [Tunnel] Document JSON log output #33214)agent-lee,agent-memory,agent-setup,ai,artifacts,docs-for-agents,dynamic-workers,email-service,flagship,privacy-pass,privacy-proxy,r2-data-catalog,resource-tagging,walletssrc/content/release-notes/([Turnstile] Document additional verification hostnames #32233),src/content/workers-ai-models/([Workers AI] Fix DeepSeek V4 Flash context window #33055),src/assets/images/{product}/(chore: Remove unused image files #33253),src/content/compatibility-flags/(Add python-workers-314 compat flag #32987, [Workers] Document two event spec compliance compatibility flags #32777),src/content/fields/(docs: typo metric client_tcp_rtt_msec #32787, fix: correct TLS client ciphers field name #32733),src/content/catalog-models/([AI Gateway] Add Gemini 3.7 and Grok Imagine Image 2.0 #32778, [AI Gateway] Add Qwen and LTX model catalog entries #32677),public/__redirects(docs: redirect short Pages framework-guide URLs #32847),public/_headersThe file is regenerated from the current content tree. Each product rule now maps every location that product's content can live:
Release-notes files are mapped through each file's
productLink(e.g.ddos*.yaml→product:ddos-protection,realtimekit*.yaml→product:realtime,workers-for-platforms.yaml→product:cloudflare-for-platforms).Also removed:
product:cloudflare-agentrule —src/content/docs/cloudflare-agent/no longer exists, so it could never match.src/content/docs/email-routing/**glob — those docs no longer live there; the rule now mapssrc/content/partials/email-routing/**instead.Note for reviewers: eight referenced labels do not exist yet (
product:agent-lee,product:agent-memory,product:docs-for-agents,product:flagship,product:privacy-pass,product:r2-data-catalog,product:resource-tagging,product:wallets) and are being created before merge —actions/labelerskips labels that don't exist in the repo.