@@ -151444,13 +151444,19 @@
151444151444 "head_repository_id": {
151445151445 "type": "integer",
151446151446 "example": 5
151447+ },
151448+ "display_title": {
151449+ "type": "string",
151450+ "example": "Simple Workflow",
151451+ "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."
151447151452 }
151448151453 },
151449151454 "required": [
151450151455 "id",
151451151456 "node_id",
151452151457 "head_branch",
151453151458 "run_number",
151459+ "display_title",
151454151460 "event",
151455151461 "status",
151456151462 "conclusion",
@@ -155875,13 +155881,19 @@
155875155881 "head_repository_id": {
155876155882 "type": "integer",
155877155883 "example": 5
155884+ },
155885+ "display_title": {
155886+ "type": "string",
155887+ "example": "Simple Workflow",
155888+ "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."
155878155889 }
155879155890 },
155880155891 "required": [
155881155892 "id",
155882155893 "node_id",
155883155894 "head_branch",
155884155895 "run_number",
155896+ "display_title",
155885155897 "event",
155886155898 "status",
155887155899 "conclusion",
@@ -155918,6 +155930,7 @@
155918155930 "path": ".github/workflows/build.yml@main",
155919155931 "run_number": 562,
155920155932 "event": "push",
155933+ "display_title": "Update README.md",
155921155934 "status": "queued",
155922155935 "conclusion": null,
155923155936 "workflow_id": 159038,
@@ -161019,13 +161032,19 @@
161019161032 "head_repository_id": {
161020161033 "type": "integer",
161021161034 "example": 5
161035+ },
161036+ "display_title": {
161037+ "type": "string",
161038+ "example": "Simple Workflow",
161039+ "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."
161022161040 }
161023161041 },
161024161042 "required": [
161025161043 "id",
161026161044 "node_id",
161027161045 "head_branch",
161028161046 "run_number",
161047+ "display_title",
161029161048 "event",
161030161049 "status",
161031161050 "conclusion",
@@ -161062,6 +161081,7 @@
161062161081 "path": ".github/workflows/build.yml@main",
161063161082 "run_number": 562,
161064161083 "event": "push",
161084+ "display_title": "Update README.md",
161065161085 "status": "queued",
161066161086 "conclusion": null,
161067161087 "workflow_id": 159038,
@@ -169356,13 +169376,19 @@
169356169376 "head_repository_id": {
169357169377 "type": "integer",
169358169378 "example": 5
169379+ },
169380+ "display_title": {
169381+ "type": "string",
169382+ "example": "Simple Workflow",
169383+ "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."
169359169384 }
169360169385 },
169361169386 "required": [
169362169387 "id",
169363169388 "node_id",
169364169389 "head_branch",
169365169390 "run_number",
169391+ "display_title",
169366169392 "event",
169367169393 "status",
169368169394 "conclusion",
0 commit comments