Add dashboard / description page
This commit is contained in:
9
types.go
9
types.go
@@ -20,11 +20,20 @@ type PullRequest struct {
|
||||
type PRDetails struct {
|
||||
PullRequest
|
||||
Body string
|
||||
CreatedAt time.Time
|
||||
BaseRef string
|
||||
HeadRef string
|
||||
Mergeable string
|
||||
MergeState string
|
||||
Assignees []string
|
||||
Reviewers []Reviewer
|
||||
Labels []string
|
||||
Milestone string
|
||||
Additions int
|
||||
Deletions int
|
||||
ChangedFiles int
|
||||
CommitCount int
|
||||
CommentCount int
|
||||
CheckState string
|
||||
ReviewDecision string
|
||||
Threads []ReviewThread
|
||||
|
||||
Reference in New Issue
Block a user