Documentation
¶
Overview ¶
Package prworkflow supports pull request review and follow-up workflows.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Status string `json:"status"`
DryRun bool `json:"dry_run"`
Branch string `json:"branch"`
Base string `json:"base,omitempty"`
Remote string `json:"remote"`
Title string `json:"title"`
Commit string `json:"commit,omitempty"`
PRURL string `json:"pr_url,omitempty"`
Message string `json:"message,omitempty"`
Steps []Step `json:"steps"`
Ship *ship.Report `json:"ship,omitempty"`
ShipEvents []laneevents.Event `json:"ship_events,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.