From 267d29ba5a438af684c921ff66558d0822f5db59 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 24 Mar 2021 10:37:11 -0400 Subject: [PATCH] Update codeowners file (#7701) 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: https://github.com/rapidsai/cudf/pull/7701 --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5f0be6d797a..59e2ea224f6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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