mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
26 lines
No EOL
561 B
JSON
26 lines
No EOL
561 B
JSON
{
|
|
"$schema": "../schemas/v2/index.json",
|
|
"repos": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.example.com",
|
|
"orgs": [
|
|
"my-org-name"
|
|
]
|
|
},
|
|
{
|
|
"type": "gitlab",
|
|
"url": "https://gitlab.example.com",
|
|
"groups": [
|
|
"my-group"
|
|
]
|
|
},
|
|
{
|
|
"type": "gitea",
|
|
"url": "https://gitea.example.com",
|
|
"orgs": [
|
|
"my-org-name"
|
|
]
|
|
}
|
|
]
|
|
} |