Skip to content

Commit

Permalink
Add verify-codeowners hook
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jan 29, 2025
1 parent 31d3151 commit 79308ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ cpp/ @rapidsai/raft-cpp-codeowners
python/ @rapidsai/raft-python-codeowners

#cmake code owners
**/CMakeLists.txt @rapidsai/raft-cmake-codeowners
CMakeLists.txt @rapidsai/raft-cmake-codeowners
**/cmake/ @rapidsai/raft-cmake-codeowners
*.cmake @rapidsai/raft-cmake-codeowners
python/setup.py @rapidsai/raft-cmake-codeowners
build.sh @rapidsai/raft-cmake-codeowners
**/build.sh @rapidsai/raft-cmake-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 @@ -107,7 +107,7 @@ repos:
hooks:
- id: check-json
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.4.0
rev: v0.5.0
hooks:
- id: verify-copyright
files: |
Expand All @@ -122,6 +122,8 @@ repos:
cpp/include/raft/thirdparty/|
docs/source/sphinxext/github_link[.]py|
- id: verify-alpha-spec
- id: verify-codeowners
args: [--fix, --project-prefix=raft]
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.17.0
hooks:
Expand Down

0 comments on commit 79308ea

Please sign in to comment.