-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
The WLED repo has a very high number of forks, not but most appear to be inactive
We need a python script that is able to use the GitHub API to establish
- which forks have branches that do not exist in the main repo
- which forks actually have a recent version of main (Vs a fork that has not been updated in over 1 year)
- which fork repos have actually been the source of PRs into this repo
- which forks have active development but not the source of any PRa
- what statistics are for how far behind forks are, e.g 1 month since last pull from upstream, 3 months, 6 months, 1 year, 2 years, +5 years
Copilot