mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
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:
@@ -84,6 +84,7 @@ func (c Gitlab) GetTopLevelGroups() ([]string, error) {
|
||||
Page: 1,
|
||||
},
|
||||
TopLevelOnly: gitlab.Bool(true),
|
||||
AllAvailable: gitlab.Bool(true),
|
||||
}
|
||||
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user