-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (28 loc) · 1.17 KB
/
CODEOWNERS
File metadata and controls
32 lines (28 loc) · 1.17 KB
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
# Each line specifies a file pattern followed by one or more owners. Owners
# will be the default reviewers for everything in the repository unless a later
# match overrides them.
# Catch all.
* @ssiyad
# Wildcards.
nginx.conf @adityahase
*server @adityahase
razorpay* @shadrak98
ssh* @adityahase
stripe* @shadrak98
# Specific files.
/press/agent.py @balamurali27 @tanmoysrt @Aradhya-Tripathi
# Directories or sections.
backbone/ @adityahase
bench*/ @Aradhya-Tripathi
dashboard/ @siduck
database_server/ @tanmoysrt
deploy*/ @Aradhya-Tripathi
invoice/ @shadrak98
marketplace/ @prathameshkurunkar7
partner/ @shadrak98
playbooks/ @adityahase @balamurali27
release_group*/ @Aradhya-Tripathi
site*/ @tanmoysrt @balamurali27
subscription/ @shadrak98
team/ @shadrak98
virtual_machine/ @balamurali27 @tanmoysrt @Aradhya-Tripathi