Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# CODEOWNERS for berkeleybop/metpo
# Auto-requests review from the owner when a PR touches their area.
# Start with a single owner; expand as collaborators take on specific areas.
# See https://docs.github.com/articles/about-code-owners

# Default owner for everything
* @turbomam

# Ontology editing / templates
/src/ontology/ @turbomam
/src/templates/ @turbomam

# Python package
/metpo/ @turbomam

# Literature mining
/literature_mining/ @turbomam

# CI / workflows
/.github/ @turbomam
Loading