From 23121a583108b6a09f2d45e3c7d1e99e70c365da Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:12:16 -0800 Subject: [PATCH] Add myself/mccoy to the tools directory codeowners (#34524) * add myself to tools/ directory * add mccoy --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a7a19f9cb3f2..b11b1fdd00cc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1013,6 +1013,8 @@ ########### /eng/ @scbedd @weshaggard @benbp +/tools/ @scbedd @mccoyp + # Add owners for notifications for specific pipelines /eng/pipelines/templates/jobs/tests-nightly-python.yml @lmazuel @mccoyp /eng/pipelines/aggregate-reports.yml @lmazuel @mccoyp @YalinLi0312