-
Notifications
You must be signed in to change notification settings - Fork 72
/
CODEOWNERS
Validating CODEOWNERS rules...
45 lines (37 loc) · 1.98 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
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @loopback4-admins will be requested for
# review when someone opens a pull request.
* @sourcefuse/loopback4-admins
# In this example, owner owns any files in the packages/cache
# directory at the root of the repository and any of its
# subdirectories.
/packages/cache [email protected]
# In this example, owner owns any files in the services/audit-service
# directory at the root of the repository and any of its
# subdirectories.
/services/audit-service @sourcefuse/loopback4-admins [email protected]
# In this example, owner owns any files in the services/authentication-service
# directory at the root of the repository and any of its
# subdirectories.
/services/authentication-service @sourcefuse/loopback4-admins [email protected]
# In this example, owner owns any files in the services/chat-service
# directory at the root of the repository and any of its
# subdirectories.
/services/chat-service @sourcefuse/loopback4-admins [email protected] [email protected]
# In this example, owner owns any files in the services/in-mail-service
# directory at the root of the repository and any of its
# subdirectories.
/services/in-mail-service @sourcefuse/loopback4-admins @shivamSF
# In this example, owner owns any files in the services/oidc-service
# directory at the root of the repository and any of its
# subdirectories.
/services/oidc-service @sourcefuse/loopback4-admins @antriksha102
# In this example, owner owns any files in the services/search-service
# directory at the root of the repository and any of its
# subdirectories.
/services/search-service @sourcefuse/loopback4-admins @akshatdubeysf
# In this example, owner owns any files in the services/survey-service
# directory at the root of the repository and any of its
# subdirectories.
/services/survey-service @sourcefuse/loopback4-admins [email protected]