-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (16 loc) · 769 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (16 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@@@MatterCodeowners @jumartin @jepenven @ricasall @makardou @selissia @rerasool @sashaha @lobelive @naagarwa @chbansal @rosahay @sabollim
@@@Documentation @rerasool @berush @selissia
@@@CICD @yushu @shmakdis @jepenven @makardou @sashaha
@@@Matter @@MatterCodeowners @@Documentation @@CICD
# Pipeline rule
Jenkinsfile @@MatterCodeowners @@CICD
jenkins/ @@MatterCodeowners @@CICD
# Documentation is everyone business
**/*.md @@Documentation @@MatterCodeowners
docs/silabs/ @@Documentation @@MatterCodeowners
CODEOWNERS @@MatterCodeowners
# Ensure CODEOWNERS is triggered for every PR
* @@MatterCodeowners
# Require at least one reviewer from MatterCodeowners and two from Matter
(Check(@@MatterCodeowners >= 1) & Check(@@Matter >= 2))
OverallCheck(2)