thehanimo / pr-title-checker

An action to automatically check if pull request titles conform to Contribution Guidelines
MIT License
109 stars 36 forks source link

Allow to fail the CI without adding any labels #33

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

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 ?

thehanimo commented 1 year ago

Released v1.3.6!