Skip to content

Commit cd99745

Browse files
committed
chore: adjust codeowners for stylesheets
1. Fix code owners to assign frontend to CSS / SCSS changes instead of backend. 2. Fix mixed usage of tabs and spaces in the file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent e028710 commit cd99745

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/__mocks__ @nextcloud/server-frontend
1111
/__tests__ @nextcloud/server-frontend
1212
/cypress @nextcloud/server-frontend
13+
**/css @nextcloud/server-frontend
1314
**/js @nextcloud/server-frontend
1415
**/src @nextcloud/server-frontend
1516
*.js @nextcloud/server-frontend
@@ -92,11 +93,11 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend
9293
/lib/public/UserStatus @nickvergessen @nextcloud/talk-backend
9394

9495
# Groupware
95-
/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld
96-
/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski
97-
/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld
98-
/lib/public/Contacts @hamza221 @SebastianKrupinski
96+
/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld
97+
/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski
98+
/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld
99+
/lib/public/Contacts @hamza221 @SebastianKrupinski
99100

100101
# Personal interest
101-
*/Activity/* @nickvergessen @nextcloud/server-backend
102-
*/Notifications/* @nickvergessen @nextcloud/talk-backend
102+
*/Activity/* @nickvergessen @nextcloud/server-backend
103+
*/Notifications/* @nickvergessen @nextcloud/talk-backend

0 commit comments

Comments
 (0)