Structs§
- Pull
Request - Pull request summary fetched via the
gh pr listcommand. - Pull
Request Author - Author metadata for a pull request.
- Pull
Request Merge State Iter - An iterator over the variants of PullRequestMergeState
Enums§
- Pull
Request Merge State - Merge state classification returned by GitHub’s GraphQL / REST surfaces.
Traits§
- Into
Enum Iterator - This trait designates that an
Enumcan be iterated over. It can be auto generated using theEnumIterderive macro.
Functions§
- approve
- Approve a pull request via
gh pr review --approve. - create
- Creates a GitHub pull request with the specified title.
- dependabot_
rebase - Trigger Dependabot to rebase a pull request.
- enable_
auto_ merge - Enable GitHub auto-merge for a pull request (squash strategy).
- get
- Fetch pull requests for a repository using
gh pr list. - merge
- Merge a pull request using administrative squash semantics.