mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-27 02:39:38 +02:00
ci(codeowners): restore ragnorc to engineering and docs roles
Re-adds ragnorc to both roles in the source of truth and regenerates CODEOWNERS + the ownership tables. This also resolves the standing inconsistency from #169: branch-protection.json's bypass_pull_request_allowances still listed ragnorc after his codeowners removal — the two lists are in sync again (no protection change needed). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
867138499e
commit
b24bb16d0c
3 changed files with 18 additions and 16 deletions
14
.github/CODEOWNERS
vendored
14
.github/CODEOWNERS
vendored
|
|
@ -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
|
* @aaltshuler @ragnorc
|
||||||
|
|
||||||
crates/** @aaltshuler
|
crates/** @aaltshuler @ragnorc
|
||||||
docs/** @aaltshuler
|
docs/** @aaltshuler @ragnorc
|
||||||
README.md @aaltshuler
|
README.md @aaltshuler @ragnorc
|
||||||
AGENTS.md @aaltshuler
|
AGENTS.md @aaltshuler @ragnorc
|
||||||
CLAUDE.md @aaltshuler
|
CLAUDE.md @aaltshuler @ragnorc
|
||||||
SECURITY.md @aaltshuler
|
SECURITY.md @aaltshuler @ragnorc
|
||||||
|
|
|
||||||
2
.github/codeowners-roles.yml
vendored
2
.github/codeowners-roles.yml
vendored
|
|
@ -22,6 +22,7 @@ roles:
|
||||||
compiler.
|
compiler.
|
||||||
members:
|
members:
|
||||||
- aaltshuler
|
- aaltshuler
|
||||||
|
- ragnorc
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
description: >
|
description: >
|
||||||
|
|
@ -29,6 +30,7 @@ roles:
|
||||||
AGENTS.md, CLAUDE.md symlink, SECURITY.md).
|
AGENTS.md, CLAUDE.md symlink, SECURITY.md).
|
||||||
members:
|
members:
|
||||||
- aaltshuler
|
- aaltshuler
|
||||||
|
- ragnorc
|
||||||
|
|
||||||
# Path → role mapping. GitHub CODEOWNERS uses "last match wins"
|
# Path → role mapping. GitHub CODEOWNERS uses "last match wins"
|
||||||
# semantics — when multiple patterns match a file, only the last
|
# semantics — when multiple patterns match a file, only the last
|
||||||
|
|
|
||||||
|
|
@ -14,20 +14,20 @@ The tables below are **generated** from `.github/codeowners-roles.yml` by `.gith
|
||||||
|
|
||||||
| Path | Owners | Role(s) |
|
| Path | Owners | Role(s) |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `*` | @aaltshuler | engineering |
|
| `*` | @aaltshuler @ragnorc | engineering |
|
||||||
| `crates/**` | @aaltshuler | engineering |
|
| `crates/**` | @aaltshuler @ragnorc | engineering |
|
||||||
| `docs/**` | @aaltshuler | docs |
|
| `docs/**` | @aaltshuler @ragnorc | docs |
|
||||||
| `README.md` | @aaltshuler | docs |
|
| `README.md` | @aaltshuler @ragnorc | docs |
|
||||||
| `AGENTS.md` | @aaltshuler | docs |
|
| `AGENTS.md` | @aaltshuler @ragnorc | docs |
|
||||||
| `CLAUDE.md` | @aaltshuler | docs |
|
| `CLAUDE.md` | @aaltshuler @ragnorc | docs |
|
||||||
| `SECURITY.md` | @aaltshuler | docs |
|
| `SECURITY.md` | @aaltshuler @ragnorc | docs |
|
||||||
|
|
||||||
**Roles**:
|
**Roles**:
|
||||||
|
|
||||||
| Role | Members | Description |
|
| Role | Members | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `engineering` | @aaltshuler | All production code under crates/**. Engine, CLI, server, compiler. |
|
| `engineering` | @aaltshuler @ragnorc | All production code under crates/**. Engine, CLI, server, compiler. |
|
||||||
| `docs` | @aaltshuler | Documentation under docs/**, plus repo-level docs (README.md, AGENTS.md, CLAUDE.md symlink, SECURITY.md). |
|
| `docs` | @aaltshuler @ragnorc | Documentation under docs/**, plus repo-level docs (README.md, AGENTS.md, CLAUDE.md symlink, SECURITY.md). |
|
||||||
|
|
||||||
<!-- END GENERATED OWNERSHIP -->
|
<!-- END GENERATED OWNERSHIP -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue