Identify projects that might be candidates for removal #5383
griggsca91
started this conversation in
Ideas
Replies: 4 comments 4 replies
-
PR should suffice. No point in creating an issue. |
Beta Was this translation helpful? Give feedback.
4 replies
-
started a draft of a POC and exploring githubs api, would need to discuss thoughts on what we would want to look for in an "unhealthy" package also we would need to accept that some packages that aren't hosted on github would need to be ignored for now |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
As time goes on projects may no longer be maintained and worked on, and eventually become stale. This list will have those projects that once were active, but not anymore.
This causes an issue of making it harder to use this list for people looking for current and maintained libraries to use.
These projects are still awesome in their own right and have a good source of information for many who may look for it, but it will do this project good to remove them from this list until they start maintaining the project again.
Proposal
Have a schedule Github action that would run at a determined interval (once a day, once a week, once a month) and polls the current list of projects for information using the Github api
Identify the projects that are candidates for removal based on criteria below:
Create an issue in the identified project that says it's going to be removed from
awesome-go
Create a PR that removes the said project, with the issue created above, and the criteria that this project matched in order to make it a candidate for removal
Maintainers of this project will review the pr and criteria and make a decision on whether to accept it or not
Please provide any feedback or suggestions for this proposal if there are any differing opinions or ideas for it. Always open to opposing ideas, challenges, and areas of improvement :)
Beta Was this translation helpful? Give feedback.
All reactions