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:
Timothee Guerin 2024-06-03 09:38:30 -07:00 коммит произвёл GitHub
Родитель 67b6c96748
Коммит 12344d1122
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

6
.github/CODEOWNERS поставляемый
Просмотреть файл

@ -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