Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 1 addition & 77 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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