diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e6cf5ea7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# Documentation and examples +docs/ @NVIDIA/nv-ingest-docs +README.md @NVIDIA/nv-ingest-docs +examples/ @NVIDIA/nv-ingest-docs + +# Devops +.devcontainer/ @NVIDIA/nv-ingest-ops +.github/ @NVIDIA/nv-ingest-ops +.ci/ @NVIDIA/nv-ingest-ops + +# Global owners (required for all PRs) +* @NVIDIA/nv-ingest-maintainers