Files
vercel__chat/.github/CODEOWNERS
T
Ben Sabic 2f1de3d4f8 chore: scope CODEOWNERS to package source (#694)
Scopes code-owner review to package source so routine app, example,
docs, and Markdown changes stop pinning `@vercel/chat-sdk` as a required
reviewer.

- `/packages/ @vercel/chat-sdk` — package source is owned by the team
- `**/*.md` — Markdown is unowned everywhere (last-match-wins),
including inside `/packages/`
- Sensitive files (`release.yml`, `.changeset/config.json`,
`CODEOWNERS`) stay owned by `@cramforce`

Everything outside `/packages/` (`apps/`, `examples/`, root files) is
intentionally left unowned. This removes the repo-wide default owner, so
new top-level paths are unowned until a rule is added — the trade for a
low-maintenance allowlist.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
2026-07-13 07:49:51 +01:00

8 lines
164 B
Plaintext

/packages/ @vercel/chat-sdk
**/*.md
/.github/workflows/release.yml @cramforce
/.changeset/config.json @cramforce
/.github/CODEOWNERS @cramforce