-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathCODEOWNERS
21 lines (16 loc) · 1.21 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Entries that are commented out have maintainers that are not in the
# Be-Secure organization and so cannot be automatically added as reviewers.
#
# We retain those as documentation of who agreed to maintain, but they
# cannot be used automatically by GitHub's pull request workflow and would
# make GitHub consider this file invalid if not commented.
# For any changes, Unless a later match takes precedence, these maintainer will be requested for review
* @panickervinod @asa1997 @harimohanr @samirparhi-dev @bananth2008 @anilsingla @pramit-d @sudhirverma @NeerajK007 @sumodgeorge
# For docs and other md files
*.md @asa1997 @harimohanr @panickervinod @samirparhi-dev @bananth2008 @anilsingla @pramit-d @sudhirverma @NeerajK007 @sumodgeorge
docs/* @asa1997 @harimohanr @panickervinod @samirparhi-dev @bananth2008 @anilsingla @pramit-d @sudhirverma @NeerajK007 @sumodgeorge
# For source code changes
src/* @asa1997 @harimohanr @samirparhi-dev @bananth2008 @anilsingla @pramit-d @sudhirverma @NeerajK007 @sumodgeorge