modify-repos/docs/providers/github.md
2025-01-14 09:45:23 -08:00

18 lines
417 B
Markdown

# GitHub Provider
This provider supports cloning repos from GitHub and creating PRs. It uses the
[`gh` GitHub CLI], which must be installed and logged in already.
[gh]: https://cli.github.com/
```{eval-rst}
.. autoclass:: modify_repos.GitHubScript
:show-inheritance:
:members:
:inherited-members:
.. autoclass:: modify_repos.GitHubRepo
:show-inheritance:
:members:
:inherited-members:
```