chore: add @coder/docs as a CODEOWNER for docs content and tooling - #27240
Merged
nickvigilante merged 2 commits intoJul 23, 2026
Conversation
Routes docs content, Vale/markdownlint config, and the reference-docs generators to the docs team so @coder/docs is auto-requested for review on documentation changes. DOCS-571
Adds /offlinedocs/ (docs team) and co-owns the docs-specific CI workflows (doc-check, docs-preview, deploy-docs, weekly-docs) with @jdomeracki-coder. DOCS-571
nickvigilante
force-pushed
the
vigilante/docs-571-add-coderdocs-as-a-codeowner-for-docs-content-and-tooling-in
branch
from
July 23, 2026 16:23
c2d9ea6 to
3f5baaf
Compare
bpmct
approved these changes
Jul 23, 2026
nickvigilante
deleted the
vigilante/docs-571-add-coderdocs-as-a-codeowner-for-docs-content-and-tooling-in
branch
July 23, 2026 20:00
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Linked Linear issue: DOCS-571
What
Adds
@coder/docsas a CODEOWNER for documentation content and docs-specific tooling, so the docs team is automatically requested for review (and notified) whenever these paths change.Paths added
/docs/— documentation content/offlinedocs/— offline docs app/.vale.ini,/.markdownlint.jsonc,/.markdownlint-cli2.jsonc— prose/Markdown lint configscripts/clidocgen/,scripts/apidocgen/,scripts/auditdocgen/,scripts/metricsdocgen/,scripts/docgenenv/— reference-docs generators + shared helper@jdomeracki-coder:.github/workflows/doc-check.yaml,docs-preview.yaml,deploy-docs.yaml,weekly-docs.yamlPatterns are root-anchored and appended after the existing entries. The workflow lines co-own with
@jdomeracki-coder(who owns.github/), so no existing ownership is removed.Out of scope
.swaggo(API swagger-gen config) — intentionally left with its current default ownership.Notes
@coder/docsfor review on these paths.maindoes not enforce required code-owner review, so this does not gate merges.main, and only if@coder/docshas write access to this repo.Opened as a draft.