Skip to content

Commit

Permalink
Add initial CODEOWNERS file (#226)
Browse files Browse the repository at this point in the history
* Add initial CODEOWNERS file.

* Correct cccl-codeowners to add org.

* [skip-ci]
  • Loading branch information
jrhemstad authored Jul 17, 2023
1 parent f8a8ec8 commit 538d7fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Libraries
thrust/ @nvidia/cccl-thrust-codeowners
cub/ @nvidia/cccl-cub-codeowners
libcudacxx/ @nvidia/cccl-libcudacxx-codeowners

# Infrastructure
.github/ @nvidia/cccl-infra-codeowners
ci/ @nvidia/cccl-infra-codeowners
.devcontainer/ @nvidia/cccl-infra-codeowners

# cmake
**/CMakeLists.txt @nvidia/cccl-cmake-codeowners
**/cmake/ @nvidia/cccl-cmake-codeowners

# general codeowners for all files
* @nvidia/cccl-codeowners

0 comments on commit 538d7fd

Please sign in to comment.