diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2025-07-21 14:38:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 14:38:56 +0200 |
commit | 98c89e38de73dabed034267c7a06ff3b4ee27fbb (patch) | |
tree | e6a226e368b958e2289d431d40906014f8357707 | |
parent | c2f14f44cba962718cff16be569b29acd49ce5a8 (diff) | |
parent | 63b1d1cd06121089f5f475512a2b3d97ee3e9d21 (diff) | |
download | nextcloud-server-stable31.tar.gz nextcloud-server-stable31.zip |
Merge pull request #54023 from nextcloud/chore-gw-codeowners-31stable31
[stable31] update groupware code owners
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0abdafc9fd8..91d6f0d7d8c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -70,8 +70,12 @@ ResponseDefinitions.php @provokateurin /lib/public/UserStatus @nickvergessen # Groupware -/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski -/build/integration/dav_features/carddav.feature @st3iny @SebastianKrupinski +/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 # Personal interest */Activity/* @nickvergessen |