Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
happyvig opened this issue Jan 31, 2020 · 5 comments

Comments

@happyvig
Copy link

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

image

Please help.

@rnitame
Copy link

rnitame commented Feb 28, 2020

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

@rnitame
Copy link

rnitame commented Feb 28, 2020

Maybe referring to master instead of v1 might work @happyvig

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

@Adrrei
Copy link

Adrrei commented Mar 8, 2020

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

image

image

@Robin-Thomas-577
Copy link

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

@msawangwan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants