We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e2906 commit 69fcc83Copy full SHA for 69fcc83
packages/backend/src/repoCompileUtils.ts
@@ -373,6 +373,8 @@ export const compileBitbucketConfig = async (
373
'zoekt.public': marshalBool(serverRepo.public),
374
'zoekt.display-name': repoDisplayName,
375
},
376
+ branches: config.revisions?.branches ?? undefined,
377
+ tags: config.revisions?.tags ?? undefined,
378
} satisfies RepoMetadata,
379
}
380
} else {
@@ -412,6 +414,8 @@ export const compileBitbucketConfig = async (
412
414
'zoekt.public': marshalBool(cloudRepo.is_private === false),
413
415
416
417
418
419
420
421
0 commit comments