diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2024-10-15 15:54:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 15:54:16 +0200 |
commit | cd3dc1719b8e84526f2c99634f0dc8bf16380579 (patch) | |
tree | cfce54f4d6bc00682169a169fa073ded1d850107 | |
parent | a5d8f4c8b6916413e7fca227f30a86c469831cae (diff) | |
parent | a495778646af5e1b0c8b21996d1440354efe811d (diff) | |
download | nextcloud-server-cd3dc1719b8e84526f2c99634f0dc8bf16380579.tar.gz nextcloud-server-cd3dc1719b8e84526f2c99634f0dc8bf16380579.zip |
Merge pull request #48684 from nextcloud/bug/noid/codeowners-caldav-carddav
chore: request review from groupware when changing the card- and cald…
-rw-r--r-- | .github/CODEOWNERS | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index afe17a95f84..7889ab4bf2d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,10 +2,14 @@ /apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz /apps/cloud_federation_api/appinfo/info.xml @mejo- /apps/comments/appinfo/info.xml @edward-ly @Pytal -/apps/contactsinteraction/appinfo/info.xml @kesselb @miaulalala @ChristophWurst @GretaD @hamza221 @st3iny +/apps/contactsinteraction/appinfo/info.xml @kesselb @SebastianKrupinski +/apps/contactsinteraction/lib @kesselb @SebastianKrupinski +/apps/contactsinteraction/tests @kesselb @SebastianKrupinski /apps/dashboard/appinfo/info.xml @julien-nc @juliushaertl -/apps/dav/lib/CalDAV @ChristophWurst @miaulalala @tcitworld -/apps/dav/lib/CardDAV @ChristophWurst @miaulalala @tcitworld +/apps/dav/lib/CalDAV @miaulalala @st3iny @SebastianKrupinski +/apps/dav/lib/CardDAV @miaulalala @st3iny @SebastianKrupinski +/apps/dav/tests/unit/CalDAV @miaulalala @st3iny @SebastianKrupinski +/apps/dav/tests/unit/CardDAV @miaulalala @st3iny @SebastianKrupinski /apps/encryption/appinfo/info.xml @come-nc @icewind1991 /apps/federatedfilesharing/appinfo/info.xml @icewind1991 @danxuliu /apps/federation/appinfo/info.xml @datenangebot @@ -65,6 +69,10 @@ ResponseDefinitions.php @provokateurin /lib/public/Talk @nickvergessen /lib/public/UserStatus @nickvergessen +# Groupware +/build/integration/dav_features/caldav.feature @miaulalala @st3iny @SebastianKrupinski +/build/integration/dav_features/carddav.feature @miaulalala @st3iny @SebastianKrupinski + # Personal interest */Activity/* @nickvergessen */Notifications/* @nickvergessen |