thehanimo / pr-title-checker

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

Allow to use this action without label #34

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi @jcw- @thehanimo

Closes https://github.com/thehanimo/pr-title-checker/issues/33

But I'm not sure how I can test this manually

thehanimo commented 1 year ago

Thanks @VincentLanglet!

thehanimo commented 1 year ago

To test this (or any other) action manually, I use a dummy repo with a specific repo and branch for the action. The yaml file will have:

uses: VincentLanglet/pr-title-checker@noLabel

Not sure if there is a better way but this works okay for now.