diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-08-11 10:09:16 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-08-11 10:09:16 +0200 |
commit | 7165e54b4e532cf05ec5193a422204f6aca5e13e (patch) | |
tree | 3cb4dab3e5c22a3e6ffb7776ad52849825cc7aab | |
parent | de4a35b20234d7c300e711acf2edaf51e7bb5581 (diff) | |
download | nextcloud-server-fix/codeowners.tar.gz nextcloud-server-fix/codeowners.zip |
chore(CODEOWNERS): ensure every file change has at least 2 reviewersfix/codeowners
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 <opensource@fthiessen.de>
-rw-r--r-- | .github/CODEOWNERS | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b5f1e61575f..6aef7a75d2f 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 |