Skip to content

Commit

Permalink
Update .gitignore for ops-codeowners (#963)
Browse files Browse the repository at this point in the history
This PR updates the `.gitignore` file to make the following changes:

- Removes `ops-codeowners` from being responsible for Dockerfiles. We don't need to be alerted about changes to Dockerfiles
- Ensures that we only get alerted about `conda/` directory changes from the root `conda/` directory (and not sub `conda/` directories like those added in #960).

I skipped CI on this PR since these changes aren't tested by CI.

This PR can be admin-merged pending approval.

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

Approvers:
   - Mark Harris (https://github.com/harrism)
   - Ray Douglass (https://github.com/raydouglass)

[skip ci]
  • Loading branch information
ajschmidt8 authored Mar 1, 2023
1 parent b8b3534 commit 0ea6eea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ python/ @rapidsai/cuspatial-python-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
/conda/ @rapidsai/ops-codeowners
dependencies.yaml @rapidsai/ops-codeowners

0 comments on commit 0ea6eea

Please sign in to comment.