We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently get the commit status by hitting this endpoint https://api.github.com/repos/cucumber/cucumber-jvm/commits/master/status
But REF master does not always return the status and errors in 404.
Change the api call to fetch status using the commit ref instead of master
E.g.
https://api.github.com/repos/cucumber/cucumber-jvm/commits/master/status returns ❌ https://api.github.com/repos/cucumber/cucumber-jvm/commits/bb97c6943659018e5e8496aff6a18d73eec06f26/status 🆗
The text was updated successfully, but these errors were encountered:
I can give it a try @haroon-sheikh ! Will you assign me this one?
Sorry, something went wrong.
@sumitsawant Go for it, let me know if you need a hand with anything.
Sure @haroon-sheikh thanks a lot 😄 .Will let you know if I need any help !
Change in the api call to fetch status using the commit ref instead o…
0c08c09
…f master Fixed issue sitture#63
Hey @haroon-sheikh I have pushed the changes .Please review them and let me know if there are any changes needed.
Successfully merging a pull request may close this issue.
We currently get the commit status by hitting this endpoint https://api.github.com/repos/cucumber/cucumber-jvm/commits/master/status
But REF master does not always return the status and errors in 404.
Tasks
Change the api call to fetch status using the commit ref instead of master
E.g.
https://api.github.com/repos/cucumber/cucumber-jvm/commits/master/status returns ❌
https://api.github.com/repos/cucumber/cucumber-jvm/commits/bb97c6943659018e5e8496aff6a18d73eec06f26/status 🆗
The text was updated successfully, but these errors were encountered: