sourcebot/default-config.json

10 lines
252 B
JSON
Raw Normal View History

2024-09-06 19:19:55 +00:00
{
2024-09-29 21:39:17 +00:00
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/index.json",
2024-09-06 19:19:55 +00:00
"Configs": [
{
"Type": "github",
2024-09-29 21:39:17 +00:00
"GitHubOrg": "sourcebot-dev",
2024-09-18 06:06:00 +00:00
"Name": "^sourcebot$"
2024-09-06 19:19:55 +00:00
}
]
}