-
Notifications
You must be signed in to change notification settings - Fork 547
/
Copy pathCODEOWNERS
37 lines (28 loc) · 977 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
25
26
27
28
29
30
31
32
33
34
35
36
# 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,
# @prsunny will be requested for review when someone opens
# a pull request.
* @prsunny
# MACSEC
/gearsyncd/ @Pterosaur
/orchagent/macsecorch* @Pterosaur
# LAG
/teamsyncd/ @judyjoseph
/tlm_teamd/ @judyjoseph
/cfgmgr/teammgr* @judyjoseph
# Buffer Management, PFC
/orchagent/bufferorch* @neethajohn
/orchagent/qosorch* @neethajohn
/orchagent/pfc* @neethajohn
/cfgmgr/buffer* @neethajohn
# Chassis
/orchagent/fabricportsorch* @abdosi @judyjoseph
/tests/test_virtual_chassis.py @abdosi @judyjoseph
# Vnet Orch
/orchagent/vnet* @siqbal1986
# Acl Orch
/orchagent/acl* @siqbal1986