mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
2f1de3d4f8
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>
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
/packages/ @vercel/chat-sdk
|
|
|
|
**/*.md
|
|
|
|
/.github/workflows/release.yml @cramforce
|
|
/.changeset/config.json @cramforce
|
|
/.github/CODEOWNERS @cramforce
|