Skip to content

Commit

Permalink
update CODEOWNERS links to point to sync documentation (#6882)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
danieljurek authored Jul 12, 2019
1 parent 0355bd1 commit 9677ca9
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9677ca9

Please sign in to comment.