-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCODEOWNERS
19 lines (15 loc) · 910 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
* @sudhirverma @harimohanr @asa1997
# For docs and other md files
*.md @sudhirverma @asa1997 @harimohanr @panickervinod
# For source code changes
src/* @sudhirverma @asa1997 @harimohanr @anilsingla @bananth2008 @samirparhi-dev @pramit-d