christian-projects icon indicating copy to clipboard operation
christian-projects copied to clipboard

Look into using badges to programmatically identify abandoned projects

Open mattrob33 opened this issue 3 years ago • 2 comments

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.

mattrob33 avatar Mar 21 '22 14:03 mattrob33

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.

meichthys avatar Mar 21 '22 14:03 meichthys

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)

NonlinearFruit avatar Feb 11 '24 14:02 NonlinearFruit