Skip to content

Commit 26779dd

Browse files
authored
GitLab: include subgroups when filtering on groups (#54)
1 parent f4c7354 commit 26779dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/gitlab.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const getGitLabReposFromConfig = async (config: GitLabConfig, ctx: AppCon
2525
logger.debug(`Fetching project info for group ${group}...`);
2626
const { durationMs, data } = await measure(() => api.Groups.allProjects(group, {
2727
perPage: 100,
28+
includeSubgroups: true
2829
}));
2930
logger.debug(`Found ${data.length} projects in group ${group} in ${durationMs}ms.`);
3031

0 commit comments

Comments
 (0)