Update CODEOWNERS for /** to catch all for non-code project files and unowned files (#6199)

This commit is contained in:
Ahson Khan 2024-11-20 10:27:54 -08:00 коммит произвёл GitHub
Родитель 1af1bc5831
Коммит 72845bebee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -6,14 +6,14 @@
###########
# Catch all for non-code project files and unowned files | folders
# /**
/** @rickwinter @LarryOsterman @ahsonkhan @antkmsft @gearama
#Catch all for files at the root
/* @rickwinter @LarryOsterman @ahsonkhan @antkmsft @gearama
/* @rickwinter @LarryOsterman @ahsonkhan @antkmsft @gearama
/sdk/ @rickwinter
# Git Hub integration and bot rules
/.github/ @rickwinter @ronniegeraghty
/.github/ @rickwinter @ronniegeraghty
# Samples
/samples/ @rickwinter @ahsonkhan @antkmsft @gearama @LarryOsterman