package
0.6.0
Repository: https://github.com/abhinav/git-pr.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

All possible BuildStates.
All possible BuildStates.
All possible BuildStates.
All possible BuildStates.
PullRequestApproved indicates that a pull request was accepted.
PullRequestChangesRequested indicates that changes were requested for a pull request.

# Structs

BuildContextStatus is the status of a specific build context.
BuildStatus indicates the build status of a ref.
FetchRequest is a request to fetch a branch.
PullRequestReview is a review of a pull request.
PushRequest is a request to push refs to a remote.
RebaseRequest is a request to perform a Git rebase.

# Interfaces

Git is a gateway to access git locally.
GitHub is a gateway that provides access to GitHub operations on a specific repository.

# Type aliases

BuildState indicates whether a build succeeded, failed or is pending.
PullRequestReviewState indicates whether a PR has been accepted or not.