Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e09fa8

Browse files
chore: add @coder/docs as a CODEOWNER for docs content and tooling (#27240)
Linked Linear issue: [DOCS-571](https://linear.app/codercom/issue/DOCS-571/add-coderdocs-as-a-codeowner-for-docs-content-and-tooling-in) ## What Adds `@coder/docs` as 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 config - `scripts/clidocgen/`, `scripts/apidocgen/`, `scripts/auditdocgen/`, `scripts/metricsdocgen/`, `scripts/docgenenv/` — reference-docs generators + shared helper - Docs CI workflows, **co-owned with `@jdomeracki-coder`**: `.github/workflows/doc-check.yaml`, `docs-preview.yaml`, `deploy-docs.yaml`, `weekly-docs.yaml` Patterns 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 - Intended as **notify-only**: auto-requests `@coder/docs` for review on these paths. `main` does not enforce required code-owner review, so this does not gate merges. - Takes effect once merged to `main`, and only if `@coder/docs` has write access to this repo. _Opened as a draft._
1 parent 2f87991 commit 9e09fa8

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CODEOWNERS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,30 @@ coderd/database/queries/ai_provider_keys.sql @ibetitsmike @johnstcn
4040
coderd/database/queries/aicostcontrol.sql @ibetitsmike @johnstcn
4141
codersdk/aiproviders.go @ibetitsmike @johnstcn
4242
codersdk/aiproviders_bedrock.go @ibetitsmike @johnstcn
43+
44+
# Documentation content and docs-specific tooling are owned by the docs team so
45+
# that @coder/docs is automatically requested for review on documentation
46+
# changes. Paths are anchored to the repo root.
47+
/docs/ @coder/docs
48+
/offlinedocs/ @coder/docs
49+
50+
# Prose and Markdown linting configuration.
51+
/.vale.ini @coder/docs
52+
/.markdownlint.jsonc @coder/docs
53+
/.markdownlint-cli2.jsonc @coder/docs
54+
55+
# Reference-docs generators (CLI, API, audit log, and Prometheus metrics docs)
56+
# and their shared helper.
57+
scripts/clidocgen/ @coder/docs
58+
scripts/apidocgen/ @coder/docs
59+
scripts/auditdocgen/ @coder/docs
60+
scripts/metricsdocgen/ @coder/docs
61+
scripts/docgenenv/ @coder/docs
62+
63+
# Docs-specific CI workflows. These sit under .github/ (owned above by
64+
# @jdomeracki-coder), so the docs team is added as a co-owner to keep both
65+
# parties notified of changes.
66+
.github/workflows/doc-check.yaml @jdomeracki-coder @coder/docs
67+
.github/workflows/docs-preview.yaml @jdomeracki-coder @coder/docs
68+
.github/workflows/deploy-docs.yaml @jdomeracki-coder @coder/docs
69+
.github/workflows/weekly-docs.yaml @jdomeracki-coder @coder/docs

0 commit comments

Comments
 (0)