From 0e9ad5e1a48404ffe4ec391d6805e328ae557ee5 Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Thu, 25 Apr 2024 09:40:35 -0400 Subject: [PATCH] .github: Add CODEOWNERS file Change-Id: Ia763b91177f1ae09d16e5968bed17b0dba62cbe5 Signed-off-by: Kent Russell [ROCm/ROCR-Runtime commit: 5e1f24f305a9039ef5ffced856ed070835463695] --- projects/rocr-runtime/.github/CODEOWNERS | 8 ++++++++ projects/rocr-runtime/.gitignore | 1 + 2 files changed, 9 insertions(+) create mode 100644 projects/rocr-runtime/.github/CODEOWNERS diff --git a/projects/rocr-runtime/.github/CODEOWNERS b/projects/rocr-runtime/.github/CODEOWNERS new file mode 100644 index 0000000000..15bf27a8c7 --- /dev/null +++ b/projects/rocr-runtime/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Default code owners +@kentrussell @fxkamd @dayatsin-amd + +*.md @ROCm/rocm-documentation @kentrussell @dayatsin-amd +*.rst @ROCm/rocm-documentation @kentrussell @dayatsin-amd + +# Header directory for Doxygen documentation +inc/* @ROCm/rocm-documentation @kentrussell @fxkamd @dayatsin-amd diff --git a/projects/rocr-runtime/.gitignore b/projects/rocr-runtime/.gitignore index 1140a6dcaa..6950597ee3 100644 --- a/projects/rocr-runtime/.gitignore +++ b/projects/rocr-runtime/.gitignore @@ -5,6 +5,7 @@ # !.gitignore !.mailmap +.github* patches-* build/ outgoing/