From 9677ca96b67d0f852f2bb0803e35f768f692abb7 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Fri, 12 Jul 2019 16:39:23 -0700 Subject: [PATCH] update CODEOWNERS links to point to sync documentation (#6882) * update CODEOWNERS links to point to sync documentation * update documentation link, add EngSys config, add commented catch all and example configs * update engsys entries in CODEOWNERS * move EngSys section down so that its rules match LAST * add track 2 sdk locations * remove extra documentation link --- .github/CODEOWNERS | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec0dab9ffce39..782abd596c86e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,25 @@ -# See for instructions on this file https://help.github.com/articles/about-codeowners/ +# Instructions for CODEOWNERS file format and automatic build failure notifications: +# https://github.com/Azure/azure-sdk/blob/master/docs/engineering-system/codeowners.md + +########### +# SDK +########### + +# Catch all +# /sdk/ @AlexGhiondea + +# Core +# /sdk/core/ + +# Service teams +# /sdk/eventhub/ +# /sdk/keyvault/ +# /sdk/identity/ +# /sdk/storage/ + +########### +# Eng Sys +########### +/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek +/**/tests.yml @danieljurek +/**/ci.yml @mitchdenny