sourcebot/default-config.json

10 lines
240 B
JSON
Raw Normal View History

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