From 8801fca04a78a10328d5c4da21bd4467888c1767 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Fri, 12 Jul 2019 16:39:28 -0700 Subject: [PATCH] update CODEOWNERS links to point to sync documentation (#4263) * 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 ec0dab9ffce3..5ad6db70da9e 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/ @ramya-rao-a + +# Core +# /sdk/core/ + +# Service teams +# /sdk/eventhub/ +# /sdk/identity/ +# /sdk/keyvault/ +# /sdk/storage/ + +########### +# Eng Sys +########### +/eng/ @weshaggard @KarishmaGhiya @mikeharder @mitchdenny @danieljurek +/**/tests.yml @danieljurek +/**/ci.yml @mitchdenny