Skip to content

Commit

Permalink
update CODEOWNERS links to point to sync documentation (Azure#4388)
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

* move EngSys section down so that its rules match LAST

* add track 2 sdk locations

* remove extra documentation link

* set storage to  in CODEOWNERS... this is not the correct path today but will be soon enough so we won't need to edit this file later
  • Loading branch information
danieljurek authored Jul 17, 2019
1 parent 7b8e4e6 commit a6b84d0
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# 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/ @joshfree

# Core
# /sdk/core/

# Service teams
# /sdk/appconfiguration/
# /sdk/eventhubs/
# /sdk/identity/
# /sdk/keyvault/
# /sdk/storage/

###########
# Eng Sys
###########
/eng/ @weshaggard @mitchdenny @danieljurek
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny

0 comments on commit a6b84d0

Please sign in to comment.