Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-20 11:35:34 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-03-20 11:38:30 +0300
commitde966cc47b349d6401e0207582fe72d49f5fce7a (patch)
treed4d23db2c06013a7adf7cd90ea50cdcade436c5f /brancher
parent41f75486169e2a75325fd5c271a42bad840a1933 (diff)
Update github helper for new repositories
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'brancher')
-rw-r--r--brancher/branch.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/brancher/branch.php b/brancher/branch.php
index f5655a7..e0a7261 100644
--- a/brancher/branch.php
+++ b/brancher/branch.php
@@ -20,9 +20,12 @@ $repositories = [
'nextcloud_announcements',
'notifications',
'password_policy',
+ 'privacy',
+ 'recommendations',
'serverinfo',
'survey_client',
'updater',
+ 'viewer',
];
foreach($repositories as $repo) {