From 7698b5749456f8eceae3c2e07238ff27c2ebdb57 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Thu, 9 May 2024 11:17:35 -0600 Subject: [PATCH] Update CODEOWNERS with external ci team and yhui (#3110) * Add external ci team as owners for azure devops workflow folder * Add yhuiYH to codeowners --- .github/CODEOWNERS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1954c6d0f..64b893426 100755 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,7 @@ -* @amd-aakash @jlgreathouse @samjwu @ROCm/rocm-documentation +* @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation # Documentation files -docs/* @amd-aakash @jlgreathouse @samjwu @ROCm/rocm-documentation -*.md @amd-aakash @jlgreathouse @samjwu @ROCm/rocm-documentation -*.rst @amd-aakash @jlgreathouse @samjwu @ROCm/rocm-documentation +docs/* @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation +*.md @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation +*.rst @amd-aakash @jlgreathouse @samjwu @yhuiYH @ROCm/rocm-documentation +# External CI +.azuredevops/* @ROCm/external-ci