-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathCODEOWNERS
24 lines (20 loc) · 886 Bytes
/
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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @borda @rohitgr7 @carmocca @kaushikb11 @SeanNaren @ethanwharris
# CI/CD and configs
/.actions/ @borda @ethanwharris
/.azure-*/ @borda @ethanwharris
/.github/ @borda @ethanwharris
/_requirements/ @borda @ethanwharris
*.yml @borda @ethanwharris
requirements.txt @borda @ethanwharris
# Docs
/_docs/ @borda @ethanwharris @rohitgr7
/.github/*.md @borda @ethanwharris @rohitgr7
/.github/ISSUE_TEMPLATE/ @borda @ethanwharris @rohitgr7
/.github/CODEOWNERS @borda
/README.md @borda