Skip to content

Commit

Permalink
Add verify-codeowners hook (#633)
Browse files Browse the repository at this point in the history
Issue: rapidsai/pre-commit-hooks#61

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #633
  • Loading branch information
KyleFromNVIDIA authored Feb 20, 2025
1 parent 2f999ba commit 3c9e745
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
19 changes: 11 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,24 @@ rust/ @rapidsai/cuvs-rust-codeowners
#docs code owners
docs/ @rapidsai/cuvs-docs-codeowners

#cmake code owners
CMakeLists.txt @rapidsai/cuvs-cmake-codeowners
**/cmake/ @rapidsai/cuvs-cmake-codeowners
*.cmake @rapidsai/cuvs-cmake-codeowners

#build code owners
**/CMakeLists.txt @rapidsai/cuvs-build-codeowners
**/cmake/ @rapidsai/cuvs-build-codeowners
python/setup.py @rapidsai/cuvs-build-codeowners
build.sh @rapidsai/cuvs-build-codeowners
**/build.sh @rapidsai/cuvs-build-codeowners

#CI code owners
/.github/ @rapidsai/ci-codeowners
/ci/ @rapidsai/ci-codeowners
/.pre-commit-config.yaml @rapidsai/ci-codeowners

#packaging code owners
/.devcontainer/ @rapidsai/packaging-codeowners
/conda/ @rapidsai/packaging-codeowners
/dependencies.yaml @rapidsai/packaging-codeowners
/build.sh @rapidsai/packaging-codeowners
pyproject.toml @rapidsai/packaging-codeowners
/.pre-commit-config.yaml @rapidsai/packaging-codeowners
/.devcontainer/ @rapidsai/packaging-codeowners
/conda/ @rapidsai/packaging-codeowners
dependencies.yaml @rapidsai/packaging-codeowners
/build.sh @rapidsai/packaging-codeowners
pyproject.toml @rapidsai/packaging-codeowners
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ repos:
hooks:
- id: check-json
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.4.0
rev: v0.6.0
hooks:
- id: verify-copyright
files: |
Expand All @@ -119,6 +119,8 @@ repos:
docs/source/sphinxext/github_link\.py|
cpp/cmake/modules/FindAVX\.cmake|
- id: verify-alpha-spec
- id: verify-codeowners
args: [--fix, --project-prefix=cuvs]
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.17.0
hooks:
Expand Down

0 comments on commit 3c9e745

Please sign in to comment.