This commit is contained in:
Gabo Gilabert 2021-11-16 09:10:39 -05:00 коммит произвёл GitHub
Родитель 7d7fa53449
Коммит 3d41036546
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 77 удалений

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

@ -12,80 +12,4 @@
# This should make it easy to add new rules without breaking existing ones.
# Global rule:
* @microsoft/bb-python
# Functional tests
/libraries/functional-tests/** @tracyboehrer
# Adapters
/libraries/botbuilder-adapters-slack/** @tracyboehrer @garypretty
# Platform Integration Libaries (aiohttp)
/libraries/botbuilder-integration-aiohttp/** @microsoft/bb-python-integration
/libraries/botbuilder-integration-applicationinsights-aiohttp/** @microsoft/bb-python-integration @garypretty
# Application Insights/Telemetry
/libraries/botbuilder-applicationinsights/** @axelsrz @garypretty
# AI: LUIS + QnA Maker
/libraries/botbuilder-ai/** @microsoft/bf-cog-services
# Azure (Storage)
/libraries/botbuilder-azure/** @tracyboehrer @EricDahlvang
# Adaptive Dialogs
/libraries/botbuilder-dialogs-*/** @tracyboehrer @microsoft/bf-adaptive
# AdaptiveExpressions & LanguageGeneration libraries
/libraries/adaptive-expressions/** @axelsrz @microsoft/bf-adaptive
/libraries/botbuilder-lg/** @axelsrz @microsoft/bf-adaptive
# BotBuilder Testing
/libraries/botbuilder-testing/** @axelsrz @gabog
# Streaming library
/libraries/botbuilder-streaming/** @microsoft/bf-streaming
# BotBuilder library
/libraries/botbuilder-core/** @axelsrz @gabog @johnataylor
# BotBuilder Dialogs
/libraries/botbuilder-dialogs/** @microsoft/bf-dialogs
# Swagger
/libraries/swagger/** @axelsrz @EricDahlvang
# Bot Framework Schema
/libraries/botbuilder-schema/** @EricDahlvang @johnataylor
# Bot Framework connector
libraries\botframework-connector/** @axelsrz @carlosscastro @johnataylor
# Bot Framework Authentication
/libraries/botbuilder-core/botbuilder/core/oauth/** @microsoft/bf-auth
/libraries/botframework-connector/botframework/connector/auth/** @microsoft/bf-auth
# Bot Framework Skills
/libraries/botbuilder-core/botbuilder/core/skills/** @microsoft/bf-skills
/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/skills/** @microsoft/bf-skills
/tests/skills/** @microsoft/bf-skills
# Bot Framework & Microsoft Teams
/libraries/botbuilder-core/botbuilder/core/teams/** @microsoft/bf-teams
/libraries/botbuilder-schema/botbuilder/schema/teams/** @microsoft/bf-teams
/tests/teams/** @microsoft/bf-teams
# Ownership by specific files or file types
# This section MUST stay at the bottom of the CODEOWNERS file. For more information, see
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
# Shipped package files
# e.g. READMEs, requirements.txt, setup.py, MANIFEST.in
/libraries/**/README.rst @microsoft/bb-python
/libraries/**/requirements.txt @microsoft/bb-python
/libraries/**/setup.py @microsoft/bb-python
/libraries/**/setup.cfg @microsoft/bb-python
/libraries/**/MANIFEST.in @microsoft/bb-python
# CODEOWNERS
/.github/CODEOWNERS @stevengum @cleemullins @microsoft/bb-python
* @microsoft/botframework-sdk