Add support for discussions

Closes #290
This commit is contained in:
Duncan Ogilvie
2026-04-26 13:45:29 +02:00
parent ed29a917ca
commit 4d022d94d0
7 changed files with 1042 additions and 41 deletions

View File

@@ -3,6 +3,8 @@ Changelog
Unreleased
----------
- Add GitHub Discussions backups via GraphQL, including comments, replies,
optional attachment downloads, and per-repository incremental checkpoints.
- Add ``--token-from-gh`` to read authentication from ``gh auth token``.