mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-15 15:25:36 +00:00
18 lines
417 B
Markdown
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:
|
|
```
|