From fa495fa4241397c68f83580274179fcdf3a0b126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melvyn=20La=C3=AFly?= Date: Wed, 7 Dec 2022 01:04:48 +0100 Subject: [PATCH] Request all available top level GitLab groups (#264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not just the ones where the user had some activity in them. Co-authored-by: Melvyn Laïly --- scm/gitlab.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scm/gitlab.go b/scm/gitlab.go index 7904a27..ec58016 100644 --- a/scm/gitlab.go +++ b/scm/gitlab.go @@ -84,6 +84,7 @@ func (c Gitlab) GetTopLevelGroups() ([]string, error) { Page: 1, }, TopLevelOnly: gitlab.Bool(true), + AllAvailable: gitlab.Bool(true), } for {