[BUG]: Cannot access 'check-pull-request-title' action in my Github Actions workflow
I tried using your action in my workflow in the same syntax as mentioned in the README. Getting the following error :

Please help.
This action is probably not public. Please publish! @DylanVann

Maybe referring to master instead of v1 might work @happyvig
steps:
- uses: actions/checkout@v1
- uses: dylanvann/check-pull-request-title@master <- change
I can confirm that this action is not available, and referring to master does not work, either.


https://github.com/marketplace/actions/pull-request-title-rules Using as specified in 👆 seems to make it work.
https://github.com/marketplace/actions/pull-request-title-rules Using as specified in 👆 seems to make it work.
that's a different action altogether lol.
anyway this one doesn't work cuz it does not include any of the dependencies nor a pre-compiled bundle; i.e. the maintainer failed to follow the process for authoring a custom javascript github action.
in short: use the action as suggested by @Robin-Thomas-577.