diff --git a/brancher/branch.php b/brancher/branch.php index d2fd9f1..d32bccd 100644 --- a/brancher/branch.php +++ b/brancher/branch.php @@ -14,6 +14,7 @@ 'nextcloud/circles', 'nextcloud/documentation', 'nextcloud/example-files', + 'nextcloud/files_downloadlimit', 'nextcloud/files_pdfviewer', 'nextcloud/firstrunwizard', 'nextcloud/logreader', diff --git a/label-updater/config.json b/label-updater/config.json index 4e401c6..7aa23c4 100644 --- a/label-updater/config.json +++ b/label-updater/config.json @@ -16,6 +16,7 @@ "files_antivirus", "files_automatedtagging", "files_downloadactivity", + "files_downloadlimit", "files_pdfviewer", "files_retention", "files_texteditor", diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json index cd69c01..87e1fd8 100644 --- a/milestoneupdater/config.json +++ b/milestoneupdater/config.json @@ -7,6 +7,7 @@ "circles", "documentation", "example-files", + "files_downloadlimit", "files_pdfviewer", "files_rightclick", "files_videoplayer", diff --git a/tagger/tag.php b/tagger/tag.php index 2fdf599..166f653 100644 --- a/tagger/tag.php +++ b/tagger/tag.php @@ -107,6 +107,34 @@ ]; break; case 'stable28': + $repositories = [ + 'nextcloud/server', + 'nextcloud/3rdparty', + 'nextcloud/activity', + 'nextcloud/bruteforcesettings', + 'nextcloud/circles', + 'nextcloud/example-files', + 'nextcloud/files_pdfviewer', + 'nextcloud/firstrunwizard', + 'nextcloud/logreader', + 'nextcloud/nextcloud_announcements', + 'nextcloud/notifications', + 'nextcloud/password_policy', + 'nextcloud/photos', + 'nextcloud/privacy', + 'nextcloud/recommendations', + 'nextcloud/related_resources', + 'nextcloud/serverinfo', + 'nextcloud/survey_client', + 'nextcloud/suspicious_login', + 'nextcloud/text', + 'nextcloud/twofactor_totp', + 'nextcloud/updater', + 'nextcloud/viewer', + 'nextcloud-gmbh/support', + ]; + break; + case 'stable29': case 'master': $repositories = [ 'nextcloud/server', @@ -115,6 +143,7 @@ 'nextcloud/bruteforcesettings', 'nextcloud/circles', 'nextcloud/example-files', + 'nextcloud/files_downloadlimit', 'nextcloud/files_pdfviewer', 'nextcloud/firstrunwizard', 'nextcloud/logreader',