aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2025-05-31 16:08:25 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2025-05-31 16:08:25 +0200
commitcd99745a07d5f4b311c9ed274dd60cf7fbc6848a (patch)
treedb5163cf4d31109864e8ea3acd4cf7338b42586f
parente0287102207e817c1a68674b9f797b9eaa880127 (diff)
downloadnextcloud-server-chore/codeowners.tar.gz
nextcloud-server-chore/codeowners.zip
chore: adjust codeowners for stylesheetschore/codeowners
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>
-rw-r--r--.github/CODEOWNERS13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d134f48149f..8eccd09f147 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -10,6 +10,7 @@
/__mocks__ @nextcloud/server-frontend
/__tests__ @nextcloud/server-frontend
/cypress @nextcloud/server-frontend
+**/css @nextcloud/server-frontend
**/js @nextcloud/server-frontend
**/src @nextcloud/server-frontend
*.js @nextcloud/server-frontend
@@ -92,11 +93,11 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend
/lib/public/UserStatus @nickvergessen @nextcloud/talk-backend
# Groupware
-/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld
-/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski
-/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld
-/lib/public/Contacts @hamza221 @SebastianKrupinski
+/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld
+/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski
+/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld
+/lib/public/Contacts @hamza221 @SebastianKrupinski
# Personal interest
-*/Activity/* @nickvergessen @nextcloud/server-backend
-*/Notifications/* @nickvergessen @nextcloud/talk-backend
+*/Activity/* @nickvergessen @nextcloud/server-backend
+*/Notifications/* @nickvergessen @nextcloud/talk-backend