Skip to content

Commit 3383e93

Browse files
authored
Merge pull request #65 from plugwise/teams
Update teams structure
2 parents e7745dc + fb51154 commit 3383e93

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

CODEOWNERS

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@
22
# Order is important. The last matching pattern has the most precedence.
33

44
# Specific files
5-
setup.cfg @plugwise/devs
6-
setup.py @plugwise/devs
7-
pyproject.toml @plugwise/devs
8-
requirements*.txt @plugwise/devs
5+
setup.cfg @plugwise/plugwise-usb
6+
setup.py @plugwise/plugwise-usb
7+
pyproject.toml @plugwise/plugwise-usb
8+
requirements*.txt @plugwise/plugwise-usb
99

1010
# Main code
11-
/plugwise/ @plugwise/devs
12-
/userdata/ @plugwise/devs
11+
/plugwise/ @plugwise/plugwise-usb
12+
/userdata/ @plugwise/plugwise-usb
1313

1414
# Tests and development support
15-
/tests/ @bouwew @compatech
16-
/scripts/ @bouwew @compatech
15+
/tests/ @plugwise/plugwise-usb
16+
/scripts/ @compatech
1717

1818
# USB specific
19-
/plugwise/connections/ @brefra
20-
/plugwise/controller.py @bouwew @brefra
21-
/plugwise/messages/ @brefra
22-
/plugwise/nodes/ @brefra
23-
/plugwise/parser.py @brefra
24-
/plugwise/stick.py @brefra
25-
/plugwise/util.py @brefra
19+
/plugwise/controller.py @bouwew @plugwise/plugwise-usb
2620

21+
# Generic
22+
* @plugwise/plugwise-usb

0 commit comments

Comments
 (0)