mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Restores aaltshuler as an `engineering` code-owner (removed in #142), so `crates/**` and repo-infra PRs have a second reviewer besides the sole owner ragnorc — unblocking review of author-ragnorc PRs (e.g. #132) that ragnorc cannot self-approve. Edited the source of truth (.github/codeowners-roles.yml) and re-rendered .github/CODEOWNERS + the docs/dev/codeowners.md tables via .github/scripts/render-codeowners.py, per the documented flow. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
570 B
Text
18 lines
570 B
Text
# AUTOGENERATED from .github/codeowners-roles.yml. Do not edit by hand.
|
|
#
|
|
# To change role membership or path assignments:
|
|
# 1. Edit .github/codeowners-roles.yml
|
|
# 2. Run `python3 .github/scripts/render-codeowners.py`
|
|
# 3. Commit both files together
|
|
#
|
|
# CI fails if this file drifts from its source, and rejects PRs that
|
|
# edit this file directly without also editing the yml.
|
|
|
|
* @ragnorc @aaltshuler
|
|
|
|
crates/** @ragnorc @aaltshuler
|
|
docs/** @ragnorc
|
|
README.md @ragnorc
|
|
AGENTS.md @ragnorc
|
|
CLAUDE.md @ragnorc
|
|
SECURITY.md @ragnorc
|