mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-03-30 06:24:31 +02: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