12
12
# This should make it easy to add new rules without breaking existing ones.
13
13
14
14
# Global rule:
15
- * @ microsoft/bb-python
16
-
17
- # Functional tests
18
- /libraries /functional-tests /** @ tracyboehrer
19
-
20
- # Adapters
21
- /libraries /botbuilder-adapters-slack /** @ tracyboehrer @ garypretty
22
-
23
- # Platform Integration Libaries (aiohttp)
24
- /libraries /botbuilder-integration-aiohttp /** @ microsoft/bb-python-integration
25
- /libraries /botbuilder-integration-applicationinsights-aiohttp /** @ microsoft/bb-python-integration @ garypretty
26
-
27
- # Application Insights/Telemetry
28
- /libraries /botbuilder-applicationinsights /** @ axelsrz @ garypretty
29
-
30
- # AI: LUIS + QnA Maker
31
- /libraries /botbuilder-ai /** @ microsoft/bf-cog-services
32
-
33
- # Azure (Storage)
34
- /libraries /botbuilder-azure /** @ tracyboehrer @ EricDahlvang
35
-
36
- # Adaptive Dialogs
37
- /libraries /botbuilder-dialogs- * /** @ tracyboehrer @ microsoft/bf-adaptive
38
-
39
- # AdaptiveExpressions & LanguageGeneration libraries
40
- /libraries /adaptive-expressions /** @ axelsrz @ microsoft/bf-adaptive
41
- /libraries /botbuilder-lg /** @ axelsrz @ microsoft/bf-adaptive
42
-
43
- # BotBuilder Testing
44
- /libraries /botbuilder-testing /** @ axelsrz @ gabog
45
-
46
- # Streaming library
47
- /libraries /botbuilder-streaming /** @ microsoft/bf-streaming
48
-
49
- # BotBuilder library
50
- /libraries /botbuilder-core /** @ axelsrz @ gabog @ johnataylor
51
-
52
- # BotBuilder Dialogs
53
- /libraries /botbuilder-dialogs /** @ microsoft/bf-dialogs
54
-
55
- # Swagger
56
- /libraries /swagger /** @ axelsrz @ EricDahlvang
57
-
58
- # Bot Framework Schema
59
- /libraries /botbuilder-schema /** @ EricDahlvang @ johnataylor
60
-
61
- # Bot Framework connector
62
- libraries \botframework-connector /** @ axelsrz @ carlosscastro @ johnataylor
63
-
64
- # Bot Framework Authentication
65
- /libraries /botbuilder-core /botbuilder /core /oauth /** @ microsoft/bf-auth
66
- /libraries /botframework-connector /botframework /connector /auth /** @ microsoft/bf-auth
67
-
68
- # Bot Framework Skills
69
- /libraries /botbuilder-core /botbuilder /core /skills /** @ microsoft/bf-skills
70
- /libraries /botbuilder-integration-aiohttp /botbuilder /integration /aiohttp /skills /** @ microsoft/bf-skills
71
- /tests /skills /** @ microsoft/bf-skills
72
-
73
- # Bot Framework & Microsoft Teams
74
- /libraries /botbuilder-core /botbuilder /core /teams /** @ microsoft/bf-teams
75
- /libraries /botbuilder-schema /botbuilder /schema /teams /** @ microsoft/bf-teams
76
- /tests /teams /** @ microsoft/bf-teams
77
-
78
- # Ownership by specific files or file types
79
- # This section MUST stay at the bottom of the CODEOWNERS file. For more information, see
80
- # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
81
-
82
- # Shipped package files
83
- # e.g. READMEs, requirements.txt, setup.py, MANIFEST.in
84
- /libraries /** /README.rst @ microsoft/bb-python
85
- /libraries /** /requirements.txt @ microsoft/bb-python
86
- /libraries /** /setup.py @ microsoft/bb-python
87
- /libraries /** /setup.cfg @ microsoft/bb-python
88
- /libraries /** /MANIFEST.in @ microsoft/bb-python
89
-
90
- # CODEOWNERS
91
- /.github /CODEOWNERS @ stevengum @ cleemullins @ microsoft/bb-python
15
+ * @ microsoft/botframework-sdk
0 commit comments