# Constants

Closed represents a closed (either merged or unmerged) GitHub pull request state.
Open means that the GitHub pull request is currently open.

# Variables

nolint:gochecknoglobals.
nolint:gochecknoglobals.
nolint:gochecknoglobals.

# Structs

PullRequest is the Schema for the pullrequests API.
PullRequestList contains a list of PullRequest.
PullRequestSpec defines the desired state of PullRequest.
PullRequestStatus defines the observed state of PullRequest.
Repository is the Schema for the repositories API.
No description provided by the author
RepositoryList contains a list of Repository.
RepositorySpec defines the desired state of Repository.
RepositoryStatus defines the observed state of Repository.
Rules to synchronize pull requests in the repository.
No description provided by the author

# Type aliases

PullRequestState describes the current state of the GitHub pull request.