-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new
display_title
attribute returned on workflow runs in …
…the API (e.g. in `GET /repos/{owner}/{repo}/actions/runs`) (#295) WIP: schema updates Co-authored-by: Octokit Bot <[email protected]>
- Loading branch information
1 parent
f75148d
commit c3e6e0e
Showing
39 changed files
with
9,612 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59203,6 +59203,7 @@ | |
"node_id", | ||
"head_branch", | ||
"run_number", | ||
"display_title", | ||
"event", | ||
"status", | ||
"conclusion", | ||
|
Oops, something went wrong.