Documentation
¶
Index ¶
- Constants
- func CountUnresolvedReviewThreads(comments []map[string]any) int
- func HasLabel(labels []string, target string) bool
- func IsReviewClean(reviewDecision string, comments []map[string]any) bool
- func NormalizeLabel(label string) string
- func ParseSpecPathFromPullRequestBody(body string) string
- type PullRequestPhase
Constants ¶
View Source
const ( ReviewingLabel = "looper:spec-reviewing" ReadyLabel = "looper:spec-ready" NeedsHumanLabel = "looper:needs-human" )
Variables ¶
This section is empty.
Functions ¶
func NormalizeLabel ¶
Types ¶
type PullRequestPhase ¶
type PullRequestPhase string
const ( PhaseSpec PullRequestPhase = "spec" PhaseImplementation PullRequestPhase = "implementation" )
func ResolvePullRequestPhase ¶
func ResolvePullRequestPhase(labels []string) PullRequestPhase
Click to show internal directories.
Click to hide internal directories.