Closed
Description
I have this configuration:
{
"$schema": "../schemas/v2/index.json",
"repos": [
{
"type": "gitlab",
"url": "https://gitlab.****.com",
"token": "glpat-*****",
"all": true,
"revisions": [
"main",
"dev"
]
}
]
}
But when I search, I can see only results from the main branch, also in the repositories page it shows only one branch per repository. Shouldn't it index the "dev" branch also?
Metadata
Metadata
Assignees
Labels
No labels