Skip to content

Commit

Permalink
[owners]: add initial owners
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored and deran1980 committed Feb 4, 2021
1 parent 6c5e22c commit 434593d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# rules are explained here
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @lguohan will be requested for review when someone opens
# a pull request.
* @Azure/sonic

/device/ @jleveque

# build
/rules/ @qiluo-msft @xumia @lguohan
/Makefile @qiluo-msft @xumia @lguohan
/Makefile.cache @qiluo-msft @xumia @lguohan
/Makefile.work @qiluo-msft @xumia @lguohan
/slave.mk @qiluo-msft @xumia @lguohan
/scripts @qiluo-msft @xumia @lguohan

# installer
/installer/ @qiluo-msft

# permission
/files/image_config/sudoers/ @qiluo-msft

0 comments on commit 434593d

Please sign in to comment.