You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya - yea I could see this fitting into the config as something like the following:
{
"$schema": "./schemas/v2/index.json",
"repos": [
{
"type": "github",
// Include repositories that have at least one of the following topics."topics": [
"topic-1",
"topic-2"
],
"exclude": {
// Exclude repositories that have at least one of the following topics."topics": [
"topic-3"
]
}
}
]
}
// result: index repositories that have either topic-1 or topic-2 (or both) and do not have topic-3
It's nice to be able use say a github topic to include/exclude
The text was updated successfully, but these errors were encountered: