forked from SiliconLabs/matter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (32 loc) · 1.06 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
39
40
41
42
43
@@@MatterCSA @jumartin @jepenven @ricasall @makardou @selissia
@@@MatterWatt @jumartin @jepenven @ricasall @makardou @selissia @rerasool
@@@MatterWifi @mamehta
@@@Documentation @wehale @caowens @rerasool
@@@Unify @anesbens @dejensen @thbowley @dewassie @svradema @jsolesen
@@@CICD @gbash @yushu @shmakdis @jepenven
# Pipeline rule
Jenkinsfile @@MatterWatt @@CICD
silabs_ci_scripts/ @@MatterWatt @@CICD
# Documentation is everyone business
**/*.md @@Documentation
# Shared folder with CSA
build/ @@MatterCSA
build_overrides/ @@MatterCSA
config/ @@MatterCSA
credentials/ @@MatterCSA
docs/ @@MatterCSA
examples/ @@MatterCSA
integrations/ @@MatterCSA
scripts/ @@MatterCSA
src/ @@MatterCSA
third_party/ @@MatterCSA
zzz_generated/ @@MatterCSA
silabs_examples/ @@MatterWatt @@MatterWifi
silabs_examples/unify-matter-bridge/ @@Unify
CODEOWNERS @@MatterWatt
# If a group is involved, at least one reviewer of the group must approve
(Check(@@MatterCSA >= 1))
(Check(@@Unify >= 1))
(Check(@@MatterWifi >= 1) | Check(@@MatterWatt >= 1))
(Check(@@CICD >= 1))
OverallCheck(2)