Skip to content

Commit

Permalink
Update codeowners file (#7701)
Browse files Browse the repository at this point in the history
This PR updates the `codeowners` file to only require `ops-codeowners` reviews on the `Dockerfile`/`.dockerignore`/`docker` files in the repo's root directory. This will prevent `ops-codeowners` from getting tagged in reviews for PRs such as #7671.

Authors:
  - AJ Schmidt (@ajschmidt8)

Approvers:
  - Jordan Jacobelli (@Ethyling)
  - Mike Wendt (@mike-wendt)

URL: #7701
  • Loading branch information
ajschmidt8 authored Mar 24, 2021
1 parent 444b889 commit 267d29b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ python/dask_cudf/ @rapidsai/cudf-dask-codeowners
java/ @rapidsai/cudf-java-codeowners

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

0 comments on commit 267d29b

Please sign in to comment.