Skip to content

Commit 060c815

Browse files
turbomamclaude
andauthored
chore: add CODEOWNERS to auto-request reviews on touched paths (#457)
Closes #417. Starts with @turbomam as owner for all paths; expand as collaborators take on specific areas. Once populated, branch protection on main can enable 'require code-owner reviews'. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 64fe05a commit 060c815

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# CODEOWNERS for berkeleybop/metpo
2+
# Auto-requests review from the owner when a PR touches their area.
3+
# Start with a single owner; expand as collaborators take on specific areas.
4+
# See https://docs.github.com/articles/about-code-owners
5+
6+
# Default owner for everything
7+
* @turbomam
8+
9+
# Ontology editing / templates
10+
/src/ontology/ @turbomam
11+
/src/templates/ @turbomam
12+
13+
# Python package
14+
/metpo/ @turbomam
15+
16+
# Literature mining
17+
/literature_mining/ @turbomam
18+
19+
# CI / workflows
20+
/.github/ @turbomam

0 commit comments

Comments
 (0)