Skip to content

Commit

Permalink
Adopt CI/packaging codeowners (#42)
Browse files Browse the repository at this point in the history
This PR overhauls how `ops-codeowners` reviews are handled.

`ops-codeowners` is replaced by `ci-codeowners` &
`packaging-codeowners`. The coverage of files is expanded as well.

Additionally, the process will change: reviews will be assigned to a
member of the teams instead of a manual request to `ops-codeowners`.

---------

Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
raydouglass and bdice authored Jun 7, 2024
1 parent 920e8eb commit d2202dd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
* @rapidsai/rapids-build-backend-write
.github/ @rapidsai/ops-codeowners

#CI code owners
/.github/ @rapidsai/ci-codeowners
/ci/ @rapidsai/ci-codeowners
/.pre-commit-config.yaml @rapidsai/ci-codeowners

#packaging code owners
/.devcontainer/ @rapidsai/packaging-codeowners
/conda/ @rapidsai/packaging-codeowners
/dependencies.yaml @rapidsai/packaging-codeowners
/build.sh @rapidsai/packaging-codeowners
pyproject.toml @rapidsai/packaging-codeowners

0 comments on commit d2202dd

Please sign in to comment.