Reduce unnecessary pull requests with incremental fetching

This commit is contained in:
Duncan Ogilvie
2026-04-26 15:15:22 +02:00
parent 02e833e40a
commit 6cd0ab3633
4 changed files with 104 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ Unreleased
backups use the legacy global checkpoint as a migration fallback, and the
legacy file is removed once existing issue/pull backups have resource
checkpoints (#62).
- Stop paginating pull requests during incremental backups once the sorted
results are older than the active checkpoint.
- Add ``--token-from-gh`` to read authentication from ``gh auth token``.