Request all available top level GitLab groups (#264)

Not just the ones where the user had some activity in them.

Co-authored-by: Melvyn Laïly <mlaily@d-edge.com>
This commit is contained in:
Melvyn Laïly
2022-12-07 01:04:48 +01:00
committed by GitHub
parent 3175b12f07
commit fa495fa424

View File

@@ -84,6 +84,7 @@ func (c Gitlab) GetTopLevelGroups() ([]string, error) {
Page: 1,
},
TopLevelOnly: gitlab.Bool(true),
AllAvailable: gitlab.Bool(true),
}
for {