Skip to content

Commit d9444a7

Browse files
committed
fix(codeowners): Add teams
1 parent 539463a commit d9444a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# The default owners are the active developers of the ESP32 Arduino Core.
99
# Refrain from using @espressif/arduino-esp32 to avoid spamming non-developers with review requests.
10-
* @lucasssvaz @me-no-dev @P-R-O-C-H-Y @SuGlider
10+
* @espressif/arduino-devs
1111

1212
# CI
1313
/.github/ @lucasssvaz @me-no-dev @P-R-O-C-H-Y
@@ -22,8 +22,8 @@
2222
/.* @lucasssvaz # Files in root directory that start with a dot.
2323

2424
# Git Files
25-
/.gitignore @lucasssvaz @me-no-dev @P-R-O-C-H-Y @SuGlider
26-
/.gitmodules @lucasssvaz @me-no-dev @P-R-O-C-H-Y @SuGlider
25+
/.gitignore @espressif/arduino-devs
26+
/.gitmodules @espressif/arduino-devs
2727

2828
# Documentation
2929
/docs/ @pedrominatel
@@ -67,4 +67,4 @@
6767

6868
# The CODEOWNERS file should be owned by the developers of the ESP32 Arduino Core.
6969
# Leave this entry as the last one to avoid being overridden.
70-
/.github/CODEOWNERS @lucasssvaz @me-no-dev @P-R-O-C-H-Y @SuGlider
70+
/.github/CODEOWNERS @espressif/arduino-devs @espressif/admins

0 commit comments

Comments
 (0)