Backup the pull requests and issues into a Markdown file using gh2md
authorAlexander Popov <alex.popov@linux.com>
Sun, 25 Dec 2022 18:03:04 +0000 (21:03 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 25 Dec 2022 18:03:04 +0000 (21:03 +0300)
commit5ba254299038127dc16f98452cddcb8cc19df20e
treec3a55c29968fc32e3b5e4ca287715038bc96c92f
parent8877e263e1801802f54dbf6b1b4bf892f5adcc3e
Backup the pull requests and issues into a Markdown file using gh2md

That would allow to have more information in the mirror repositories.

I used the mattduck/gh2md tool for that purpose.
It employs https://api.github.com/graphql, so I had to generate
a GitHub personal access token (classic) with public access.
issues.md [new file with mode: 0644]