Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PRInfo ¶
type PRInfo struct {
Number int `json:"number"`
Title string `json:"title"`
Branch string `json:"headRefName"`
State string `json:"state"` // OPEN, MERGED, CLOSED
ReviewStatus string `json:"reviewDecision"` // APPROVED, CHANGES_REQUESTED, REVIEW_REQUIRED, ""
Mergeable string `json:"mergeable"` // MERGEABLE, CONFLICTING, UNKNOWN
Additions int `json:"additions"`
Deletions int `json:"deletions"`
URL string `json:"url"`
Checks []checkRun
}
Click to show internal directories.
Click to hide internal directories.