From d0b29b5d3864a1b89a376dd5d556a09e685a1366 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Mon, 13 Feb 2023 11:42:53 -0800 Subject: [PATCH] In `CODEOWNERS`, restore erroneously removed `/eng/pipelines/aggregate-reports.yml` path (#24841) For context, see: - https://github.com/Azure/azure-sdk-for-js/pull/24621#pullrequestreview-1294287181 Related PR: - https://github.com/Azure/azure-sdk-tools/pull/5088 --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 08a369862dae..73e3323350af 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,9 +16,6 @@ /documentation/ @jeremymeng /samples/ @jeremymeng -# Add owners for notifications for specific pipelines -/eng/pipelines/aggregate-reports.yml @jeremymeng @xirzec - ################ # Automation ################ @@ -1475,3 +1472,6 @@ /**/tsconfig.json @witemple-msft @deyaaeldeen /**/tsconfig.strict.json @deyaaeldeen /.scripts/ @mikeharder @ckairen + +# Add owners for notifications for specific pipelines +/eng/pipelines/aggregate-reports.yml @xirzec @jeremymeng