-
Notifications
You must be signed in to change notification settings - Fork 35
/
CODEOWNERS
Validating CODEOWNERS rules...
82 lines (60 loc) · 5.27 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
78
79
80
81
82
# Each line is a file pattern followed by one or more owners.
# Reference: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Repo Code Owners
#--------------------
* @AdamBJohnsonx @rpdome @shahzaibj @shoatman @AzureAD/androidleads
# Area Owners
#---------------------
# Interfaces
/common4j/src/main/java/com/microsoft/identity/common/java/interfaces/ @rpdome @AdamBJohnsonx @AzureAD/androidleads
# Automation
/common/src/test/ @shahzaibj @rpdome @AdamBJohnsonx @AzureAD/androidleads
/common/src/androidTest/ @shahzaibj @rpdome @shoatman @AzureAD/androidleads
/common4j/src/test/ @shahzaibj @rpdome @shoatman @AdamBJohnsonx @AzureAD/androidleads
/uiautomationutilities/src/ @AdamBJohnsonx @shahzaibj @iamgusain @AzureAD/androidleads
/testutils/ @shahzaibj @shoatman @AdamBJohnsonx @iamgusain @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/eststelemetry @shahzaibj @rpdome @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/logging @shahzaibj @rpdome @AdamBJohnsonx @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/net @rpdome @AdamBJohnsonx @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/platform @shahzaibj @rpdome @AdamBJohnsonx @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/providers @rpdome @shoatman @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/telemetry @shahzaibj @rpdome @AzureAD/androidleads
/common4j/src/test/com/microsoft/identity/common/java/util @rpdome @AdamBJohnsonx @AzureAD/androidleads
# AuthSchemes
/common/src/main/java/com/microsoft/identity/common/internal/authscheme @AdamBJohnsonx @AzureAD/androidleads
# Broker
/common/src/main/java/com/microsoft/identity/common/internal/broker @rpdome @AdamBJohnsonx @AzureAD/androidleads
# Build
*.gradle @shoatman @AdamBJohnsonx @shahzaibj @AzureAD/androidleads
# Cache
/common/src/main/java/com/microsoft/identity/common/internal/cache/ @shoatman @iamgusain @AzureAD/androidleads
# Commands
/common/src/main/java/com/microsoft/identity/common/internal/commands @shoatman @AdamBJohnsonx @AzureAD/androidleads
/common4j/src/main/java/com/microsoft/identity/common/java/commands @shoatman @AdamBJohnsonx @AzureAD/androidleads
# DTOs
/common/src/main/java/com/microsoft/identity/common/internal/dto @AdamBJohnsonx @AzureAD/androidleads
# Logging
/common/src/main/java/com/microsoft/identity/common/logging/ @shahzaibj @AzureAD/androidleads
/common4j/src/main/com/microsoft/identity/common/java/logging/ @shahzaibj @AzureAD/androidleads
# Migration
/common/src/main/java/com/microsoft/identity/common/internal/migration @rpdome @shahzaibj @AzureAD/androidleads
# Networking
/common/src/main/java/com/microsoft/identity/common/internal/net @AdamBJohnsonx @rpdome @AzureAD/androidleads
/common4j/src/main/java/com/microsoft/identity/common/java/net @AdamBJohnsonx @rpdome @AzureAD/androidleads
# Platform
/common/src/main/java/com/microsoft/identity/common/internal/platform @AdamBJohnsonx @AzureAD/androidleads
/common4j/src/main/java/com/microsoft/identity/common/java/platform @AdamBJohnsonx @AzureAD/androidleads
# Pipelines
/azure-pipelines/ @shoatman @shahzaibj @p3dr0rv @AzureAD/androidleads
# Telemetry
/common/src/main/java/com/microsoft/identity/common/internal/telemetry/ @shahzaibj @AzureAD/androidleads
/common4j/src/main/com/microsoft/identity/common/java/telemetry/ @shahzaibj @rpdome @AzureAD/androidleads
/common/src/main/java/com/microsoft/identity/common/internal/eststelemetry @shahzaibj @AzureAD/androidleads
/common4j/src/main/com/microsoft/identity/common/java/eststelemetry/ @shahzaibj @rpdome @AzureAD/androidleads
# Providers
/common4j/src/main/com/microsoft/identity/common/java/providers/ @rpdome @shoatman @AzureAD/androidleads
# Lab Api
/keyvault @shahzaibj @iamgusain @AdamBJohnsonx @shoatman @AzureAD/androidleads
/labapi @shahzaibj @iamgusain @AdamBJohnsonx @shoatman @AzureAD/androidleads
/LabApiUtilities @shahzaibj @iamgusain @AdamBJohnsonx @shoatman @AzureAD/androidleads
/testutils/src/main/java/com/microsoft/identity/internal/testutils/labutils @shahzaibj @iamgusain @AdamBJohnsonx @shoatman @AzureAD/androidleads