thehanimo/pr-title-checker

Allow to fail the CI without adding any labels

VincentLanglet opened this issue · 1 comments

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 ?

Released v1.3.6!