Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct { Number int `json:"number"` Title string `json:"title"` Body string `json:"body"` URL string `json:"url"` Author string `json:"author"` Labels []string `json:"labels"` Assignees []string `json:"assignees"` Reviewers []string `json:"reviewers"` CodeOwners []string `json:"code_owners"` IsIssue bool `json:"is_issue"` IsPullRequest bool `json:"is_pull_request"` IsApproved bool `json:"is_approved"` IsReviewRequired bool `json:"is_review_required"` IsChangeRequested bool `json:"is_change_requested"` Mergeable bool `json:"mergeable"` HoursElapsedSinceCreated int `json:"hours_elapsed_since_created"` HoursElapsedSinceUpdated int `json:"hours_elapsed_since_updated"` NumberOfComments int `json:"number_of_comments"` LatestCommentAuthor string `json:"latest_comment_author"` LatestCommentBody string `json:"latest_comment_body"` NumberOfConsecutiveComments int `json:"-"` }
Target is Issue or Pull request
func (*Target) NoCodeOwnerReviewers ¶
Click to show internal directories.
Click to hide internal directories.