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 31, 2025
1 parent 7418723 commit d12e298
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,17 +5,18 @@ cpp/ @rapidsai/cuspatial-cpp-codeowners
python/ @rapidsai/cuspatial-python-codeowners

# cmake code owners
**/CMakeLists.txt @rapidsai/cuspatial-cmake-codeowners
CMakeLists.txt @rapidsai/cuspatial-cmake-codeowners
**/cmake/ @rapidsai/cuspatial-cmake-codeowners
*.cmake @rapidsai/cuspatial-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 @@ -43,10 +43,12 @@ repos:
args: ["--config pyproject.toml"]
additional_dependencies: ["tomli"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.4.0
rev: v0.6.0
hooks:
- id: verify-copyright
- id: verify-alpha-spec
- id: verify-codeowners
args: [--fix, --project-prefix=cuspatial]
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.17.0
hooks:
Expand Down

0 comments on commit d12e298

Please sign in to comment.