From 3ad5d83e259233a2f81b19f401a628b5ebbce641 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 26 Sep 2026 13:44:37 +0200 Subject: [PATCH] chore: Reduce ownership list chore: Reduce ownership list Signed-off-by: Joas Schilling [skip ci] --- .github/CODEOWNERS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c432c93914d2..e150e435c6be4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -72,9 +72,9 @@ package-lock.json @nextcloud/server-dependabot # Two-Factor Authentication # https://github.com/nextcloud/wg-two-factor-authentication#members -**/TwoFactorAuth @ChristophWurst @miaulalala @nickvergessen -/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen -/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen +**/TwoFactorAuth @ChristophWurst @miaulalala +/apps/twofactor_backupcodes @ChristophWurst @miaulalala +/core/templates/twofactor* @ChristophWurst @miaulalala # Limit login to IP # Watch login routes for https://github.com/nextcloud/limit_login_to_ip @@ -107,5 +107,4 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend /apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @nextcloud/desktop # Personal interest -*/Activity/* @nickvergessen @nextcloud/server-backend -/apps/workflowengine/lib @nickvergessen @blizzz +/apps/workflowengine/lib @blizzz