-
Notifications
You must be signed in to change notification settings - Fork 481
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (43 loc) · 3.25 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# More details are here: https://help.github.com/articles/about-codeowners/
# The '*' pattern is global owners.
# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:
# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.
# Global rule:
* @tomlm @cleemullins @mrivera-ms
# Various C# Libraries
/FunctionalTests/** @gabog @mrivera-ms
/build/** @mrivera-ms
# Adapters
/libraries/Adapters/** @garypretty
# Adaptive Expressions
/libraries/AdaptiveExpressions/** @tomlm @carlosscastro @boydc2014 @chrimc62
# Platform Integration Libaries
/libraries/integration/Microsoft.Bot.Builder.Integration.ApplicationInsights.Core/** @garypretty
/libraries/integration/Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi/** @garypretty
/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/** @johnataylor
/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.WebApi/** @johnataylor
# BotBuilder Libaries
/libraries/Microsoft.Bot.Builder/** @mrivera-ms @gabog @johnataylor
/libraries/Microsoft.Bot.Builder.AI.LUIS/** @munozemilio
/libraries/Microsoft.Bot.Builder.AI.QnA/** @mrivera-ms @johnataylor
/libraries/Microsoft.Bot.Builder.ApplicationInsights/** @garypretty
/libraries/Microsoft.Bot.Builder.Azure/** @mrivera-ms
/libraries/Microsoft.Bot.Builder.Dialogs/** @mrivera-ms @gabog @johnataylor
/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/** @mrivera-ms @tomlm
/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive.Testing/** @mrivera-ms @tomlm
/libraries/Microsoft.Bot.Builder.Dialogs.Debugging/** @mrivera-ms @tomlm @gabog
/libraries/Microsoft.Bot.Builder.Dialogs.Declarative/** @mrivera-ms @tomlm
/libraries/Microsoft.Bot.Builder.LanguageGeneration/** @mrivera-ms @tomlm @boydc2014 @chrimc62
/libraries/Microsoft.Bot.Builder.TemplateManager/** @mrivera-ms @tomlm
/libraries/Microsoft.Bot.Builder.Testing/** @gabog
/libraries/Microsoft.Bot.Configuration/** @tomlm
/libraries/Microsoft.Bot.Connector/** @mrivera-ms @carlosscastro @johnataylor
/libraries/Microsoft.Bot.Schema/** @mrivera-ms @johnataylor
/libraries/Microsoft.Bot.Streaming/** @mrivera-ms @carlosscastro
# Tests
/tests/AdaptiveExpressions.Tests/** @tomlm @boydc2014 @chrimc62
/tests/Microsoft.Bot.Builder.LanguageGeneration.Tests/** @tomlm @boydc2014 @chrimc62