Skip to content

Commit

Permalink
Update CODEOWNERS (#669)
Browse files Browse the repository at this point in the history
This PR updates the `CODEOWNERS` file to ensure that the Ops team doesn't get tagged for files that we're not concerned with.

This should prevent PRs like the following from soliciting us for approvals:

- #665
- #666

[skip ci]

Authors:
   - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
ajschmidt8 authored Dec 13, 2023
1 parent 87410cd commit ecdf36a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ python/ @rapidsai/cucim-python-codeowners
**/cmake/ @rapidsai/cucim-cmake-codeowners

#build/ops code owners
.github/ @rapidsai/ops-codeowners
ci/ @rapidsai/ops-codeowners
conda/ @rapidsai/ops-codeowners
**/Dockerfile @rapidsai/ops-codeowners
**/.dockerignore @rapidsai/ops-codeowners
docker/ @rapidsai/ops-codeowners
/.github/ @rapidsai/ops-codeowners
/ci/ @rapidsai/ops-codeowners
/conda/ @rapidsai/ops-codeowners
dependencies.yaml @rapidsai/ops-codeowners

0 comments on commit ecdf36a

Please sign in to comment.