chore(codeowners): remove aaltshuler as owner

This commit is contained in:
Ragnor Comerford 2026-05-28 11:41:38 +02:00
parent 972a6e047b
commit fd41f798b7
No known key found for this signature in database
3 changed files with 12 additions and 16 deletions

14
.github/CODEOWNERS vendored
View file

@ -8,11 +8,11 @@
# CI fails if this file drifts from its source, and rejects PRs that # CI fails if this file drifts from its source, and rejects PRs that
# edit this file directly without also editing the yml. # edit this file directly without also editing the yml.
* @aaltshuler @ragnorc * @ragnorc
crates/** @aaltshuler @ragnorc crates/** @ragnorc
docs/** @aaltshuler @ragnorc docs/** @ragnorc
README.md @aaltshuler @ragnorc README.md @ragnorc
AGENTS.md @aaltshuler @ragnorc AGENTS.md @ragnorc
CLAUDE.md @aaltshuler @ragnorc CLAUDE.md @ragnorc
SECURITY.md @aaltshuler @ragnorc SECURITY.md @ragnorc

View file

@ -19,19 +19,15 @@ roles:
engineering: engineering:
description: > description: >
All production code under crates/**. Engine, CLI, server, All production code under crates/**. Engine, CLI, server,
compiler. Either named member can approve. compiler.
members: members:
- aaltshuler
- ragnorc - ragnorc
docs: docs:
description: > description: >
Documentation under docs/**, plus repo-level docs (README.md, Documentation under docs/**, plus repo-level docs (README.md,
AGENTS.md, CLAUDE.md symlink, SECURITY.md). Either named member AGENTS.md, CLAUDE.md symlink, SECURITY.md).
can approve; both are listed so reviews can route to whoever is
available.
members: members:
- aaltshuler
- ragnorc - ragnorc
# Path → role mapping. GitHub CODEOWNERS uses "last match wins" # Path → role mapping. GitHub CODEOWNERS uses "last match wins"

View file

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