From ecdf36a4b00685f111ddf6cb3f9e2147542082a3 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 13 Dec 2023 14:44:19 -0500 Subject: [PATCH] Update CODEOWNERS (#669) 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: - https://github.com/rapidsai/cucim/pull/665 - https://github.com/rapidsai/cucim/pull/666 [skip ci] Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) --- .github/CODEOWNERS | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 745f4a5e4..8bbb437b7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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