mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-04-25 10:05:36 +02:00
GitHub's API only allows retrieving starred gists for the authenticated user. Previously, using --starred-gists when backing up a different user would silently return no relevant data. Now warns and skips the retrieval entirely when the target user differs from the authenticated user. Uses case-insensitive comparison to match GitHub's username handling. Fixes #93