chore(codeowners): add ragnorc as engineering owner

This commit is contained in:
Ragnor Comerford 2026-05-28 11:20:51 +02:00
parent 4de490c10c
commit 972a6e047b
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ This setup gives every role change a reviewable PR and a permanent in-repository
| Role | Members | Scope |
|---|---|---|
| `engineering` | `@aaltshuler` | All code under `crates/**`, repository infrastructure, default for unmapped paths |
| `engineering` | `@aaltshuler`, `@ragnorc` | All code under `crates/**`, repository infrastructure, default for unmapped paths |
| `docs` | `@aaltshuler`, `@ragnorc` | `docs/**`, README.md, AGENTS.md, CLAUDE.md, SECURITY.md |
GitHub treats multiple owners in a CODEOWNERS line as **"any one of them satisfies the review requirement"**. For docs, either named member can approve. To require N distinct approvers on a specific path, layer a CI check on top (not currently configured).