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

Look into using badges to programmatically identify abandoned projects #33

Open
mattrob33 opened this issue Mar 21, 2022 · 2 comments
Open

Comments

@mattrob33
Copy link
Owner

Similar to how CircleCI, Bitrise, etc., use badges to show the current build status of a project, it would be interesting to see if we could use badges to automatically flag projects that have been discontinued, based on the latest commit date.

@meichthys
Copy link
Contributor

Agreed, the commit date would be a nice thing to key on.
This would probably require us to store the data in some kind of backend database like sqlite(?) so our automatic checks could access the repo urls.

@NonlinearFruit
Copy link

Shields.io has a badge for last commit date (source), if the goal is to display how stale a repo is, that could work.

To get the date of the last commit, this api call should work (stackoverflow)

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

No branches or pull requests

3 participants