-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command option for output the codeowners directly. (#2245)
- Loading branch information
Showing
6 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
tools/code-owners-parser/Azure.Sdk.Tools.RetrieveCodeOwners.Tests/CODEOWNERS
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Instructions for CODEOWNERS file format and automatic build failure notifications: | ||
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners | ||
|
||
########### | ||
# SDK | ||
########### | ||
|
||
# Catch-all for SDK changes | ||
/sdk/ @person1 @person2 | ||
|
||
# Service teams | ||
/sdk/azconfig/ @person3 @person4 | ||
|
||
# Example for a service that needs issues to be labeled | ||
# ServiceLabel: %KeyVault %Service Attention | ||
/sdk/keyvault/ @person5 @person6 | ||
|
||
# Example for a service that needs PRs to be labeled | ||
# PRLabel: %label | ||
/sdk/servicebus/ @person7 @person8 | ||
|
||
# Example for a service that needs both issues and PRs to be labeled | ||
# ServiceLabel: %label | ||
# PRLabel: %label | ||
/sdk/eventhubs/ @person7 @person8 | ||
|
||
# Example for service that does not have the code in the repo but wants issues to be labeled | ||
# Notice the use of the moniker /<NotInRepo>/ | ||
# ServiceLabel: %label %Service Attention | ||
/<NotInRepo>/ @person7 @person8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters