Skip to content

Commit

Permalink
Simplify CODEOWNERS (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Mar 28, 2023
1 parent 4c1e19d commit da7c85f
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
# Global owners
* @tbenthompson @MarcAntoineSchmidtQC @xhochy

# Core
/src/glum/ @MarcAntoineSchmidtQC

# Cython / C++
*.pyx @tbenthompson
*.cpp @tbenthompson

# GLM benchmarks
/src/glum_benchmarks/ @tbenthompson

# Docs
/docs/ @MarcAntoineSchmidtQC

# CI
/.github/ @tbenthompson
/conda.recipe/ @tbenthompson

# Scripts
/scripts/ @jtilly
* @tbenthompson @MarcAntoineSchmidtQC @xhochy @jtilly @lbittarello

0 comments on commit da7c85f

Please sign in to comment.