From 668402042c3a53ac0da7a768e7532bd677d6c5ca Mon Sep 17 00:00:00 2001 From: cfallows-amd Date: Mon, 28 Apr 2025 16:05:51 -0400 Subject: [PATCH] Update CODEOWNERS (#680) Add rp-compute technical writer directly for any documentation review. Remove existing packaging review requests for single user; every repo owner should be notified. --------- Signed-off-by: Carrie Fallows [ROCm/rocprofiler-compute commit: ad17c4d58762573cc2981287d39f53c54b7ab9e2] --- .../rocprofiler-compute/.github/CODEOWNERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/projects/rocprofiler-compute/.github/CODEOWNERS b/projects/rocprofiler-compute/.github/CODEOWNERS index a614e0d054..06667f767d 100644 --- a/projects/rocprofiler-compute/.github/CODEOWNERS +++ b/projects/rocprofiler-compute/.github/CODEOWNERS @@ -1,13 +1,13 @@ * @coleramos425 @feizheng10 @vedithal-amd @xuchen-amd @cfallows-amd @ywang103-amd # Documentation files -docs/ @ROCm/rocm-documentation -*.md @ROCm/rocm-documentation -*.rst @ROCm/rocm-documentation -.readthedocs.yaml @ROCm/rocm-documentation +docs/ @ROCm/rocm-documentation @prbasyal-amd +*.md @ROCm/rocm-documentation @prbasyal-amd +*.rst @ROCm/rocm-documentation @prbasyal-amd +.readthedocs.yaml @ROCm/rocm-documentation @prbasyal-amd -# Packaging -cmake/ @koomie -tests/ @koomie -CMakeLists.txt @koomie -utils/ @koomie +## Packaging +# cmake/ +# tests/ +# CMakeLists.txt +# utils/