mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-02-09 05:32:28 +01:00
Allow users to skip starred repositories exceeding a size threshold when using --all-starred. Size is specified in MB and checked against the GitHub API's repository size field. - Only affects starred repos; user's own repos always included - Logs each skipped repo with name and size Closes #108