Commit 0704642
fix(codeowners): substitute the un-instantiated {{OWNER}} placeholder (#44)
CODEOWNERS carried the literal `@{{OWNER}}`. GitHub's own validator
reports every such rule as **Invalid owner**, so the file assigns **no
code owners at all** — and any ruleset with `require_code_owner_review`
becomes **unsatisfiable**.
`just init` does a repo-wide brace-token substitution and simply never
ran here. Measured estate-wide: **54 repos** carried it; **2 are genuine
templates** where the placeholder is correct and are deliberately
untouched.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent bb56b82 commit 0704642
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments