-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (29 loc) · 1.15 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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.
* @lguohan
/device/ @sujinmkang @prgeor @vdahiya12
# 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
# dockers
/dockers/docker-base*/ @qiluo-msft
/dockers/docker-config-engine*/ @qiluo-msft
/dockers/docker-snmp/ @qiluo-msft
# src
/src/initramfs-tools/ @qiluo-msft
# yang
/src/sonic-yang-models/ @praveen-li @dgsudharsan @rathnasabapathyv @venkatmahalingam @qiluo-msft