Skip to content

Commit c94ee25

Browse files
authored
Merge pull request #205 from ModernRelay/ci/restore-ragnorc-codeowners
ci(codeowners): restore ragnorc to engineering and docs roles
2 parents 13ceab3 + b24bb16 commit c94ee25

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
# CI fails if this file drifts from its source, and rejects PRs that
99
# edit this file directly without also editing the yml.
1010

11-
* @aaltshuler
11+
* @aaltshuler @ragnorc
1212

13-
crates/** @aaltshuler
14-
docs/** @aaltshuler
15-
README.md @aaltshuler
16-
AGENTS.md @aaltshuler
17-
CLAUDE.md @aaltshuler
18-
SECURITY.md @aaltshuler
13+
crates/** @aaltshuler @ragnorc
14+
docs/** @aaltshuler @ragnorc
15+
README.md @aaltshuler @ragnorc
16+
AGENTS.md @aaltshuler @ragnorc
17+
CLAUDE.md @aaltshuler @ragnorc
18+
SECURITY.md @aaltshuler @ragnorc

.github/codeowners-roles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ roles:
2222
compiler.
2323
members:
2424
- aaltshuler
25+
- ragnorc
2526

2627
docs:
2728
description: >
2829
Documentation under docs/**, plus repo-level docs (README.md,
2930
AGENTS.md, CLAUDE.md symlink, SECURITY.md).
3031
members:
3132
- aaltshuler
33+
- ragnorc
3234

3335
# Path → role mapping. GitHub CODEOWNERS uses "last match wins"
3436
# semantics — when multiple patterns match a file, only the last

docs/dev/codeowners.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ The tables below are **generated** from `.github/codeowners-roles.yml` by `.gith
1414

1515
| Path | Owners | Role(s) |
1616
|---|---|---|
17-
| `*` | @aaltshuler | engineering |
18-
| `crates/**` | @aaltshuler | engineering |
19-
| `docs/**` | @aaltshuler | docs |
20-
| `README.md` | @aaltshuler | docs |
21-
| `AGENTS.md` | @aaltshuler | docs |
22-
| `CLAUDE.md` | @aaltshuler | docs |
23-
| `SECURITY.md` | @aaltshuler | docs |
17+
| `*` | @aaltshuler @ragnorc | engineering |
18+
| `crates/**` | @aaltshuler @ragnorc | engineering |
19+
| `docs/**` | @aaltshuler @ragnorc | docs |
20+
| `README.md` | @aaltshuler @ragnorc | docs |
21+
| `AGENTS.md` | @aaltshuler @ragnorc | docs |
22+
| `CLAUDE.md` | @aaltshuler @ragnorc | docs |
23+
| `SECURITY.md` | @aaltshuler @ragnorc | docs |
2424

2525
**Roles**:
2626

2727
| Role | Members | Description |
2828
|---|---|---|
29-
| `engineering` | @aaltshuler | All production code under crates/**. Engine, CLI, server, compiler. |
30-
| `docs` | @aaltshuler | Documentation under docs/**, plus repo-level docs (README.md, AGENTS.md, CLAUDE.md symlink, SECURITY.md). |
29+
| `engineering` | @aaltshuler @ragnorc | All production code under crates/**. Engine, CLI, server, compiler. |
30+
| `docs` | @aaltshuler @ragnorc | Documentation under docs/**, plus repo-level docs (README.md, AGENTS.md, CLAUDE.md symlink, SECURITY.md). |
3131

3232
<!-- END GENERATED OWNERSHIP -->
3333

0 commit comments

Comments
 (0)