mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
41 lines
No EOL
1 KiB
JSON
41 lines
No EOL
1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/index.json",
|
|
"Configs": [
|
|
{
|
|
"Type": "github",
|
|
"GitHubUser": "torvalds",
|
|
"Name": "linux"
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubOrg": "pytorch",
|
|
"Name": "pytorch"
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubOrg": "commaai",
|
|
"Name": "^(openpilot|tinygrad)$",
|
|
"IncludeForks": true
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubUser": "ggerganov",
|
|
"Name": "^(whisper\\.cpp|llama\\.cpp)$"
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubOrg": "codemirror",
|
|
"Name": "^(dev|lang-.*)$"
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubOrg": "tailwindlabs",
|
|
"Name": "^tailwindcss$"
|
|
},
|
|
{
|
|
"Type": "github",
|
|
"GitHubOrg": "sourcebot-dev",
|
|
"Name": "^sourcebot$"
|
|
}
|
|
]
|
|
} |