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
See https://probot.github.io/docs/http/
Get date of last modification (just query any file, such as package.json - tested that this works)
package.json
Query the repository for commits since that date (https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)
Stat 1: Number of commits since last deployment
Stat 2: Days out of date: (Date of Latest Commit) - (Date of First Commit Since Last Modification)
(Date of Latest Commit) - (Date of First Commit Since Last Modification)
Redirect to shields.io static badge?
Static data (write JSON, use dynamic shields.io badge):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://probot.github.io/docs/http/
Get date of last modification (just query any file, such as
package.json
- tested that this works)Query the repository for commits since that date (https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)
Stat 1: Number of commits since last deployment
Stat 2: Days out of date:
(Date of Latest Commit) - (Date of First Commit Since Last Modification)
Redirect to shields.io static badge?
Static data (write JSON, use dynamic shields.io badge):
package.json
) publishedThe text was updated successfully, but these errors were encountered: