-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add [github] status API #774
Conversation
Great! I was just about to open an issue for this, but now I don't have to. 😄 |
This is really neat. Curious what @espadrine thinks. |
Hi, thanks for this contribution. I'd like to get this merged, perhaps with a few tweaks. Would you be willing to add tests using the project's new testing framework? |
# Conflicts: # server.js
If anyone would like to adopt this PR, please feel free to do so: grab the branch, add more commits addressing the comments, and open a new PR referencing this one. Will close in one month if no one has. |
Closing for inactivity. If you're reading this and want this implemented, don't be discouraged. You can grab the commits from the pull request branch using |
Closes #755
/github/status/:user/:repository/["status" OR status context][OPTIONAL .description].format
Examples:
http://shields.io/github/status/badges/shields/status.svg (for the overall status of the repository)
http://jamesjwood-shields.herokuapp.com/github/status/badges/shields/continuous-integration/travis-ci/push.svg?label=Travis (for the status of the 'continuous-integration/travis-ci/push' context)
http://jamesjwood-shields.herokuapp.com/github/status/badges/shields/continuous-integration/travis-ci/push.description.svg?label=Travis (for the status of the 'continuous-integration/travis-ci/push' context using the description on the status)