Avoid redundant release asset list requests

This commit is contained in:
Duncan Ogilvie
2026-04-26 16:05:20 +02:00
parent 6cd0ab3633
commit 9d0cfdb61d
3 changed files with 103 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Unreleased
checkpoints (#62).
- Stop paginating pull requests during incremental backups once the sorted
results are older than the active checkpoint.
- Avoid extra release asset list requests by using asset metadata already
included in GitHub's releases response.
- Add ``--token-from-gh`` to read authentication from ``gh auth token``.