Allow to fail the CI without adding any labels
VincentLanglet opened this issue · 1 comments
VincentLanglet commented
Hi @jcw- @thehanimo
I wanted to use the following configuration
{
"CHECKS": {
"prefixes": ["fix: ", "feat: "]
}
}
To check the PR but not adding any label
Just failing the CI
This is currently not supported, what do you think about adding it ?