Skip to content

Commit d6880db

Browse files
authored
Add workflow run display title (#2792)
Fixes: #2791.
1 parent 9e4ce88 commit d6880db

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

github/actions_workflow_runs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type WorkflowRun struct {
2222
RunNumber *int `json:"run_number,omitempty"`
2323
RunAttempt *int `json:"run_attempt,omitempty"`
2424
Event *string `json:"event,omitempty"`
25+
DisplayTitle *string `json:"display_title,omitempty"`
2526
Status *string `json:"status,omitempty"`
2627
Conclusion *string `json:"conclusion,omitempty"`
2728
WorkflowID *int64 `json:"workflow_id,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.

github/github-accessors_test.go

Lines changed: 10 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)