-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
77 lines (56 loc) · 4.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 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/
# 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.
/packages/vscode-extension @1openwindow @HuihuiWu-Microsoft @nliu-ms @jayzhang @LongOddCode
/packages/vscode-extension/src/commonlib @kimizhu @swatDong @kuojianlu @a1exwang @qinezh @XiaofuHuang @xiaolang124 @meifans @dooriya
/packages/vscode-extension/src/qm @jayzhang @1openwindow @jiayi-ruan @HuihuiWu-Microsoft @nliu-ms
/packages/vscode-extension/src/debug @kimizhu @swatDong @kuojianlu @a1exwang @qinezh @XiaofuHuang @xiaolang124 @meifans @dooriya
/packages/vscode-extension/test/suite/envChecker @kimizhu @swatDong @kuojianlu @a1exwang @qinezh @XiaofuHuang @xiaolang124 @meifans @dooriya
/packages/vscode-extension/src/resources/Strings.json @timngmsft @1openwindow
/packages/cli @chagong @Alive-Fish @jiayi-ruan
/packages/cli/src/commonlib @kimizhu @swatDong @kuojianlu @a1exwang @qinezh @XiaofuHuang @xiaolang124 @meifans @dooriya
/packages/cli/src/commonlib/appStudioLoginUserPassword.ts @chagong @Alive-Fish @jiayi-ruan
/packages/cli/src/commonlib/azureLoginUserPassword.ts @chagong @Alive-Fish @jiayi-ruan
/packages/cli/src/commonlib/graphLoginUserPassword.ts @chagong @Alive-Fish @jiayi-ruan
/packages/cli/src/commonlib/common/userPasswordConfig.ts @chagong @Alive-Fish @jiayi-ruan
/packages/cli/tests/e2e/aad @KennethBWSong @adashen
/packages/cli/tests/e2e/simpleauth @KennethBWSong @adashen
/packages/cli/tests/e2e/sql @xzf0587 @adashen
/packages/cli/tests/e2e/apim @XiaofuHuang @dooriya @kimizhu
/packages/cli/tests/e2e/function @henzhang-ms @eriolchan @hund030
/packages/cli/tests/e2e/frontend @hund030 @eriolchan @henzhang-ms
/packages/cli/tests/e2e/bot @IvanJobs @eriolchan @YitongFeng-git
/packages/api @jayzhang @1yefuwang1 @LongOddCode
/packages/api/src/qm @jayzhang @1yefuwang1 @LongOddCode @jiayi-ruan
/packages/sdk @tecton @blackchoey @SLdragon @dilin-MS @wenytang-ms
/packages/fx-core/src/core @jayzhang @LongOddCode @1yefuwang1
/packages/fx-core/src/plugins/solution/fx-solution @1yefuwang1 @jayzhang @LongOddCode
/packages/fx-core/src/plugins/resource/aad @KennethBWSong @adashen
/packages/fx-core/tests/plugins/resource/aad @KennethBWSong @adashen
/packages/fx-core/src/plugins/resource/apim @XiaofuHuang @dooriya @kimizhu
/packages/fx-core/tests/plugins/resource/apim @XiaofuHuang @dooriya @kimizhu
/packages/fx-core/src/plugins/resource/appstudio @nliu-ms @jayzhang
/packages/fx-core/tests/plugins/resource/appstudio @nliu-ms @jayzhang
/packages/fx-core/src/plugins/resource/spfx @jiayi-ruan @nliu-ms @jayzhang
/packages/fx-core/tests/plugins/resource/spfx @jiayi-ruan @nliu-ms @jayzhang
/packages/fx-core/src/plugins/resource/bot @IvanJobs @eriolchan @YitongFeng-git
/packages/fx-core/tests/plugins/resource/bot @IvanJobs @eriolchan @YitongFeng-git
/packages/fx-core/src/plugins/resource/frontend @hund030 @eriolchan @henzhang-ms
/packages/fx-core/tests/plugins/resource/frontend @hund030 @eriolchan @henzhang-ms
/packages/fx-core/src/plugins/resource/function @henzhang-ms @eriolchan @hund030
/packages/fx-core/tests/plugins/resource/function @henzhang-ms @eriolchan @hund030
/packages/fx-core/src/plugins/resource/function/utils/depsChecker @a1exwang @kimizhu @meifans @qinezh
/packages/fx-core/src/plugins/resource/identity @xzf0587 @adashen
/packages/fx-core/tests/plugins/resource/identity @xzf0587 @adashen
/packages/fx-core/src/plugins/resource/sql @xzf0587 @adashen
/packages/fx-core/tests/plugins/resource/sql @xzf0587 @adashen
/packages/fx-core/src/plugins/resource/localdebug @swatDong @kuojianlu
/packages/fx-core/tests/plugins/resource/localdebug @swatDong @kuojianlu
/packages/fx-core/src/plugins/resource/simpleauth @KennethBWSong @adashen
/packages/fx-core/tests/plugins/resource/simpleauth @KennethBWSong @adashen
/packages/simpleauth @adashen @blackchoey @wenytang-ms
/packages/function-extension @adashen @blackchoey @dilin-MS