We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add a feature that backs up all the meta info in the repository, such as issues/wiki/prs.
The text was updated successfully, but these errors were encountered:
There are APIs for:
So backing up issues, wiki and prs would be possible. But with what format do you want to save them? I think simple raw json should do the trick.
Sorry, something went wrong.
There are APIs for: issues: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues wiki: https://docs.github.com/en/repositories/archiving-a-github-repository/backing-up-a-repository#backing-up-a-wiki-with-the-git-cli prs: https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests So backing up issues, wiki and prs would be possible. But with what format do you want to save them? I think simple raw json should do the trick.
yeah, json is awesome, If you could do that, I would be so grateful.
No branches or pull requests
Is it possible to add a feature that backs up all the meta info in the repository, such as issues/wiki/prs.
The text was updated successfully, but these errors were encountered: