From 3a9db4dc7f1100f3dc7abde507a49860a5388be3 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Tue, 23 Apr 2024 00:22:01 -0400 Subject: [PATCH] Create CODEOWNERS (#338) [ROCm/rocprofiler-systems commit: c29f8e824497e1af21b090a1e970e45c060e7155] --- projects/rocprofiler-systems/.github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/rocprofiler-systems/.github/CODEOWNERS diff --git a/projects/rocprofiler-systems/.github/CODEOWNERS b/projects/rocprofiler-systems/.github/CODEOWNERS new file mode 100644 index 0000000000..9d41360d27 --- /dev/null +++ b/projects/rocprofiler-systems/.github/CODEOWNERS @@ -0,0 +1,6 @@ +* @jrmadsen + +# Documentation files +docs/* @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation