We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c7354 commit 26779ddCopy full SHA for 26779dd
1 file changed
packages/backend/src/gitlab.ts
@@ -25,6 +25,7 @@ export const getGitLabReposFromConfig = async (config: GitLabConfig, ctx: AppCon
25
logger.debug(`Fetching project info for group ${group}...`);
26
const { durationMs, data } = await measure(() => api.Groups.allProjects(group, {
27
perPage: 100,
28
+ includeSubgroups: true
29
}));
30
logger.debug(`Found ${data.length} projects in group ${group} in ${durationMs}ms.`);
31
0 commit comments