check-pull-request-title icon indicating copy to clipboard operation
check-pull-request-title copied to clipboard

[BUG]: Cannot access 'check-pull-request-title' action in my Github Actions workflow

Open happyvig opened this issue 5 years ago • 5 comments

I tried using your action in my workflow in the same syntax as mentioned in the README. Getting the following error :

image

Please help.

happyvig avatar Jan 31 '20 05:01 happyvig

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

rnitame avatar Feb 28 '20 02:02 rnitame

Maybe referring to master instead of v1 might work @happyvig

    steps:
      - uses: actions/checkout@v1
      - uses: dylanvann/check-pull-request-title@master <- change

rnitame avatar Feb 28 '20 02:02 rnitame

I can confirm that this action is not available, and referring to master does not work, either.

image

image

Adrrei avatar Mar 08 '20 10:03 Adrrei

https://github.com/marketplace/actions/pull-request-title-rules Using as specified in 👆 seems to make it work.

Robin-Thomas-577 avatar May 28 '20 17:05 Robin-Thomas-577

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.

msawangwan avatar Nov 09 '22 18:11 msawangwan