Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion github/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ type CheckSuite struct {
PullRequests []*PullRequest `json:"pull_requests,omitempty"`

// The following fields are only populated by Webhook events.
HeadCommit *Commit `json:"head_commit,omitempty"`
HeadCommit *Commit `json:"head_commit,omitempty"`
LatstCheckRunsCount *int64 `json:"latest_check_runs_count,omitempty"`
Comment thread
gmlewis marked this conversation as resolved.
Outdated
Rerequstable *bool `json:"rerequestable,omitempty"`
RunsRerequstable *bool `json:"runs_rerequestable,omitempty"`
}

func (c CheckRun) String() string {
Expand Down
24 changes: 24 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 19 additions & 16 deletions github/github-stringify_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.