Skip to content

Commit c378072

Browse files
lukebjerringgmlewis
authored andcommitted
Add details_url to CheckRun (#1065)
Fixes #1064.
1 parent a92f7df commit c378072

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

github/checks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type CheckRun struct {
2424
ExternalID *string `json:"external_id,omitempty"`
2525
URL *string `json:"url,omitempty"`
2626
HTMLURL *string `json:"html_url,omitempty"`
27+
DetailsURL *string `json:"details_url,omitempty"`
2728
Status *string `json:"status,omitempty"`
2829
Conclusion *string `json:"conclusion,omitempty"`
2930
StartedAt *Timestamp `json:"started_at,omitempty"`

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)