Inverse order in CODEOWNERS (#3505)
From the doc this seems to be the way to define catch all. Currently we are getting added to all csharp emitter PRs https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners Particularly this part ``` # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. * @global-owner1 @global-owner2 ```
This commit is contained in:
Родитель
67b6c96748
Коммит
12344d1122
|
@ -1,13 +1,13 @@
|
|||
# Catch all
|
||||
* @bterlson @markcowl @allenjzhang @timotheeguerin
|
||||
|
||||
######################
|
||||
# CSharp
|
||||
######################
|
||||
/packages/http-client-csharp/ @m-nash
|
||||
/packages/http-client-csharp-generator/ @m-nash
|
||||
|
||||
######################
|
||||
# Emiter Shared
|
||||
######################
|
||||
/eng/emitters/ @m-nash
|
||||
|
||||
# Catch all
|
||||
* @bterlson @markcowl @allenjzhang @timotheeguerin
|
||||
|
|
Загрузка…
Ссылка в новой задаче