From 7165e54b4e532cf05ec5193a422204f6aca5e13e Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 11 Aug 2025 10:09:16 +0200 Subject: [PATCH] chore(CODEOWNERS): ensure every file change has at least 2 reviewers For proper review every PR needs 2 reviews, so every file needs at least 2 codeowners. Thus @blizzz is added for `workflowengine` as the app maintainer. Additionally added the desktop client team for changes related to them. Signed-off-by: Ferdinand Thiessen --- .github/CODEOWNERS | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b5f1e61575f4d..6aef7a75d2fa0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -56,7 +56,7 @@ package-lock.json @nextcloud/server-dependabot /apps/webhook_listeners/appinfo/info.xml @come-nc @julien-nc /apps/workflowengine/appinfo/info.xml @blizzz @juliusknorr -# Frontend expertise +# Files frontend expertise /apps/files/src* @skjnldsv @nextcloud/server-frontend /apps/files_external/src* @skjnldsv @nextcloud/server-frontend /apps/files_reminders/src* @skjnldsv @nextcloud/server-frontend @@ -91,17 +91,19 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend /lib/public/OCM @nickvergessen @nextcloud/talk-backend @nextcloud/server-backend /lib/public/Talk @nickvergessen @nextcloud/talk-backend /lib/public/UserStatus @nickvergessen @nextcloud/talk-backend +*/Notifications/* @nickvergessen @nextcloud/talk-backend -# Groupware -/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld -/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski -/lib/private/Calendar @st3iny @SebastianKrupinski @tcitworld -/lib/private/Contacts @hamza221 @SebastianKrupinski -/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld -/lib/public/Contacts @hamza221 @SebastianKrupinski +# Groupware team +/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld +/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski +/lib/private/Calendar @st3iny @SebastianKrupinski @tcitworld +/lib/private/Contacts @hamza221 @SebastianKrupinski +/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld +/lib/public/Contacts @hamza221 @SebastianKrupinski + +# Desktop client teamn +/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @nextcloud/desktop # Personal interest */Activity/* @nickvergessen @nextcloud/server-backend -*/Notifications/* @nickvergessen @nextcloud/talk-backend -/apps/workflowengine/lib @nickvergessen - +/apps/workflowengine/lib @nickvergessen @blizzz