diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2025-07-21 11:32:16 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2025-07-21 13:17:07 +0200 |
commit | 771859b29df1b8e516d67484dd92b45a99fa73dd (patch) | |
tree | 48724072b01b51b16497a07a29da6e88a717e233 | |
parent | a1f4b59997df99af48e0c58a3a3526e6d9f5e90f (diff) | |
download | nextcloud-server-771859b29df1b8e516d67484dd92b45a99fa73dd.tar.gz nextcloud-server-771859b29df1b8e516d67484dd92b45a99fa73dd.zip |
chore(codeowners): add codeowners for calendar and contacts impl
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8eccd09f147..b344d49b32c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -95,6 +95,8 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-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 |