File tree Expand file tree Collapse file tree 21 files changed +210
-51
lines changed Expand file tree Collapse file tree 21 files changed +210
-51
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
21282
21282
},
21283
21283
{
21284
21284
"$ref": "#/components/parameters/workflow-run-check-suite-id"
21285
+ },
21286
+ {
21287
+ "$ref": "#/components/parameters/workflow-run-head-sha"
21285
21288
}
21286
21289
],
21287
21290
"responses": {
22958
22961
},
22959
22962
{
22960
22963
"$ref": "#/components/parameters/workflow-run-check-suite-id"
22964
+ },
22965
+ {
22966
+ "$ref": "#/components/parameters/workflow-run-head-sha"
22961
22967
}
22962
22968
],
22963
22969
"responses": {
36993
36999
},
36994
37000
"state_reason": {
36995
37001
"type": "string",
37002
+ "enum": [
37003
+ "completed",
37004
+ "not_planned",
37005
+ "reopened"
37006
+ ],
36996
37007
"nullable": true,
36997
37008
"description": "The reason for the current state",
36998
37009
"example": "not_planned"
64222
64233
"description": "The reason for the current state",
64223
64234
"example": "not_planned",
64224
64235
"type": "string",
64225
- "nullable": true
64236
+ "nullable": true,
64237
+ "enum": [
64238
+ "completed",
64239
+ "reopened",
64240
+ "not_planned"
64241
+ ]
64226
64242
},
64227
64243
"title": {
64228
64244
"description": "Title of the issue",
78851
78867
"description": "The reason for the current state",
78852
78868
"example": "not_planned",
78853
78869
"type": "string",
78854
- "nullable": true
78870
+ "nullable": true,
78871
+ "enum": [
78872
+ "completed",
78873
+ "reopened",
78874
+ "not_planned"
78875
+ ]
78855
78876
},
78856
78877
"title": {
78857
78878
"description": "Title of the issue",
@@ -113288,6 +113309,15 @@
113288
113309
"type": "integer"
113289
113310
}
113290
113311
},
113312
+ "workflow-run-head-sha": {
113313
+ "name": "head_sha",
113314
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
113315
+ "in": "query",
113316
+ "required": false,
113317
+ "schema": {
113318
+ "type": "string"
113319
+ }
113320
+ },
113291
113321
"run-id": {
113292
113322
"name": "run_id",
113293
113323
"description": "The unique identifier of the workflow run.",
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
32633
32633
},
32634
32634
"state_reason": {
32635
32635
"type": "string",
32636
+ "enum": [
32637
+ "completed",
32638
+ "not_planned",
32639
+ "reopened"
32640
+ ],
32636
32641
"nullable": true,
32637
32642
"description": "The reason for the current state",
32638
32643
"example": "not_planned"
54843
54848
"description": "The reason for the current state",
54844
54849
"example": "not_planned",
54845
54850
"type": "string",
54846
- "nullable": true
54851
+ "nullable": true,
54852
+ "enum": [
54853
+ "completed",
54854
+ "reopened",
54855
+ "not_planned"
54856
+ ]
54847
54857
},
54848
54858
"title": {
54849
54859
"description": "Title of the issue",
66323
66333
"description": "The reason for the current state",
66324
66334
"example": "not_planned",
66325
66335
"type": "string",
66326
- "nullable": true
66336
+ "nullable": true,
66337
+ "enum": [
66338
+ "completed",
66339
+ "reopened",
66340
+ "not_planned"
66341
+ ]
66327
66342
},
66328
66343
"title": {
66329
66344
"description": "Title of the issue",
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
32322
32322
},
32323
32323
"state_reason": {
32324
32324
"type": "string",
32325
+ "enum": [
32326
+ "completed",
32327
+ "not_planned",
32328
+ "reopened"
32329
+ ],
32325
32330
"nullable": true,
32326
32331
"description": "The reason for the current state",
32327
32332
"example": "not_planned"
55079
55084
"description": "The reason for the current state",
55080
55085
"example": "not_planned",
55081
55086
"type": "string",
55082
- "nullable": true
55087
+ "nullable": true,
55088
+ "enum": [
55089
+ "completed",
55090
+ "reopened",
55091
+ "not_planned"
55092
+ ]
55083
55093
},
55084
55094
"title": {
55085
55095
"description": "Title of the issue",
67013
67023
"description": "The reason for the current state",
67014
67024
"example": "not_planned",
67015
67025
"type": "string",
67016
- "nullable": true
67026
+ "nullable": true,
67027
+ "enum": [
67028
+ "completed",
67029
+ "reopened",
67030
+ "not_planned"
67031
+ ]
67017
67032
},
67018
67033
"title": {
67019
67034
"description": "Title of the issue",
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
34175
34175
},
34176
34176
"state_reason": {
34177
34177
"type": "string",
34178
+ "enum": [
34179
+ "completed",
34180
+ "not_planned",
34181
+ "reopened"
34182
+ ],
34178
34183
"nullable": true,
34179
34184
"description": "The reason for the current state",
34180
34185
"example": "not_planned"
57220
57225
"description": "The reason for the current state",
57221
57226
"example": "not_planned",
57222
57227
"type": "string",
57223
- "nullable": true
57228
+ "nullable": true,
57229
+ "enum": [
57230
+ "completed",
57231
+ "reopened",
57232
+ "not_planned"
57233
+ ]
57224
57234
},
57225
57235
"title": {
57226
57236
"description": "Title of the issue",
69069
69079
"description": "The reason for the current state",
69070
69080
"example": "not_planned",
69071
69081
"type": "string",
69072
- "nullable": true
69082
+ "nullable": true,
69083
+ "enum": [
69084
+ "completed",
69085
+ "reopened",
69086
+ "not_planned"
69087
+ ]
69073
69088
},
69074
69089
"title": {
69075
69090
"description": "Title of the issue",
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
35437
35437
},
35438
35438
"state_reason": {
35439
35439
"type": "string",
35440
+ "enum": [
35441
+ "completed",
35442
+ "not_planned",
35443
+ "reopened"
35444
+ ],
35440
35445
"nullable": true,
35441
35446
"description": "The reason for the current state",
35442
35447
"example": "not_planned"
58516
58521
"description": "The reason for the current state",
58517
58522
"example": "not_planned",
58518
58523
"type": "string",
58519
- "nullable": true
58524
+ "nullable": true,
58525
+ "enum": [
58526
+ "completed",
58527
+ "reopened",
58528
+ "not_planned"
58529
+ ]
58520
58530
},
58521
58531
"title": {
58522
58532
"description": "Title of the issue",
70650
70660
"description": "The reason for the current state",
70651
70661
"example": "not_planned",
70652
70662
"type": "string",
70653
- "nullable": true
70663
+ "nullable": true,
70664
+ "enum": [
70665
+ "completed",
70666
+ "reopened",
70667
+ "not_planned"
70668
+ ]
70654
70669
},
70655
70670
"title": {
70656
70671
"description": "Title of the issue",
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "7.8 .0",
4
+ "version": "7.9 .0",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": {
22081
22081
"category": "actions",
22082
22082
"subcategory": "workflow-runs"
22083
22083
},
22084
- "x-octokit": {}
22084
+ "x-octokit": {
22085
+ "diff": {
22086
+ "api.github.com": {
22087
+ "type": "changed"
22088
+ }
22089
+ }
22090
+ }
22085
22091
}
22086
22092
},
22087
22093
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
23653
23659
"category": "actions",
23654
23660
"subcategory": "workflow-runs"
23655
23661
},
23656
- "x-octokit": {}
23662
+ "x-octokit": {
23663
+ "diff": {
23664
+ "api.github.com": {
23665
+ "type": "changed"
23666
+ }
23667
+ }
23668
+ }
23657
23669
}
23658
23670
},
23659
23671
"/repos/{owner}/{repo}/assignees": {
35927
35939
},
35928
35940
"state_reason": {
35929
35941
"type": "string",
35942
+ "enum": [
35943
+ "completed",
35944
+ "not_planned",
35945
+ "reopened"
35946
+ ],
35930
35947
"nullable": true,
35931
35948
"description": "The reason for the current state",
35932
35949
"example": "not_planned"
62825
62842
"description": "The reason for the current state",
62826
62843
"example": "not_planned",
62827
62844
"type": "string",
62828
- "nullable": true
62845
+ "nullable": true,
62846
+ "enum": [
62847
+ "completed",
62848
+ "reopened",
62849
+ "not_planned"
62850
+ ]
62829
62851
},
62830
62852
"title": {
62831
62853
"description": "Title of the issue",
75202
75224
"description": "The reason for the current state",
75203
75225
"example": "not_planned",
75204
75226
"type": "string",
75205
- "nullable": true
75227
+ "nullable": true,
75228
+ "enum": [
75229
+ "completed",
75230
+ "reopened",
75231
+ "not_planned"
75232
+ ]
75206
75233
},
75207
75234
"title": {
75208
75235
"description": "Title of the issue",
You can’t perform that action at this time.
0 commit comments