Skip to content

Commit 46cd88e

Browse files
authored
Merge pull request github#16228 from github/repo-sync
repo sync
2 parents 2f88a09 + 856c2d7 commit 46cd88e

13 files changed

+397
-335
lines changed

lib/rest/static/apps/enabled-for-apps.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
3333
},
3434
{
35-
"slug": "get-allowed-actions-for-an-organization",
35+
"slug": "get-allowed-actions-and-workflows-for-an-organization",
3636
"verb": "get",
3737
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
3838
},
3939
{
40-
"slug": "set-allowed-actions-for-an-organization",
40+
"slug": "set-allowed-actions-and-workflows-for-an-organization",
4141
"verb": "put",
4242
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
4343
},
@@ -267,12 +267,12 @@
267267
"requestPath": "/repos/{owner}/{repo}/actions/permissions/access"
268268
},
269269
{
270-
"slug": "get-allowed-actions-for-a-repository",
270+
"slug": "get-allowed-actions-and-workflows-for-a-repository",
271271
"verb": "get",
272272
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
273273
},
274274
{
275-
"slug": "set-allowed-actions-for-a-repository",
275+
"slug": "set-allowed-actions-and-workflows-for-a-repository",
276276
"verb": "put",
277277
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
278278
},

lib/rest/static/decorated/api.github.com.json

Lines changed: 92 additions & 100 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.1.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.2.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.3.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.4.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/github.ae.json

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 141 additions & 57 deletions
Large diffs are not rendered by default.

lib/rest/static/dereferenced/ghes-3.1.deref.json

Lines changed: 14 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -110852,11 +110852,6 @@
110852110852
"type": "string",
110853110853
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
110854110854
},
110855-
"run_attempt": {
110856-
"type": "integer",
110857-
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
110858-
"example": 1
110859-
},
110860110855
"node_id": {
110861110856
"type": "string",
110862110857
"example": "MDg6Q2hlY2tSdW40"
@@ -114580,11 +114575,6 @@
114580114575
"description": "The auto incrementing run number for the workflow run.",
114581114576
"example": 106
114582114577
},
114583-
"run_attempt": {
114584-
"type": "integer",
114585-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
114586-
"example": 1
114587-
},
114588114578
"event": {
114589114579
"type": "string",
114590114580
"example": "push"
@@ -114717,11 +114707,6 @@
114717114707
"type": "string",
114718114708
"format": "date-time"
114719114709
},
114720-
"run_started_at": {
114721-
"type": "string",
114722-
"format": "date-time",
114723-
"description": "The start time of the latest run. Resets on re-run."
114724-
},
114725114710
"jobs_url": {
114726114711
"description": "The URL to the jobs for the workflow run.",
114727114712
"type": "string",
@@ -118184,6 +118169,8 @@
118184118169
"id": 30433642,
118185118170
"name": "Build",
118186118171
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
118172+
"check_suite_id": 42,
118173+
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
118187118174
"head_branch": "master",
118188118175
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
118189118176
"run_number": 562,
@@ -118479,11 +118466,6 @@
118479118466
"description": "The auto incrementing run number for the workflow run.",
118480118467
"example": 106
118481118468
},
118482-
"run_attempt": {
118483-
"type": "integer",
118484-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
118485-
"example": 1
118486-
},
118487118469
"event": {
118488118470
"type": "string",
118489118471
"example": "push"
@@ -118616,11 +118598,6 @@
118616118598
"type": "string",
118617118599
"format": "date-time"
118618118600
},
118619-
"run_started_at": {
118620-
"type": "string",
118621-
"format": "date-time",
118622-
"description": "The start time of the latest run. Resets on re-run."
118623-
},
118624118601
"jobs_url": {
118625118602
"description": "The URL to the jobs for the workflow run.",
118626118603
"type": "string",
@@ -122703,11 +122680,6 @@
122703122680
"type": "string",
122704122681
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
122705122682
},
122706-
"run_attempt": {
122707-
"type": "integer",
122708-
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
122709-
"example": 1
122710-
},
122711122683
"node_id": {
122712122684
"type": "string",
122713122685
"example": "MDg6Q2hlY2tSdW40"
@@ -122938,7 +122910,16 @@
122938122910
"completed_at": "2020-01-20T09:44:39.000-08:00"
122939122911
}
122940122912
],
122941-
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496"
122913+
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496",
122914+
"labels": [
122915+
"self-hosted",
122916+
"foo",
122917+
"bar"
122918+
],
122919+
"runner_id": 1,
122920+
"runner_name": "my runner",
122921+
"runner_group_id": 2,
122922+
"runner_group_name": "my runner group"
122942122923
}
122943122924
]
122944122925
}
@@ -124396,11 +124377,6 @@
124396124377
"description": "The auto incrementing run number for the workflow run.",
124397124378
"example": 106
124398124379
},
124399-
"run_attempt": {
124400-
"type": "integer",
124401-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
124402-
"example": 1
124403-
},
124404124380
"event": {
124405124381
"type": "string",
124406124382
"example": "push"
@@ -124533,11 +124509,6 @@
124533124509
"type": "string",
124534124510
"format": "date-time"
124535124511
},
124536-
"run_started_at": {
124537-
"type": "string",
124538-
"format": "date-time",
124539-
"description": "The start time of the latest run. Resets on re-run."
124540-
},
124541124512
"jobs_url": {
124542124513
"description": "The URL to the jobs for the workflow run.",
124543124514
"type": "string",
@@ -128000,6 +127971,8 @@
128000127971
"id": 30433642,
128001127972
"name": "Build",
128002127973
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
127974+
"check_suite_id": 42,
127975+
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
128003127976
"head_branch": "master",
128004127977
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
128005127978
"run_number": 562,

lib/rest/static/dereferenced/ghes-3.2.deref.json

Lines changed: 14 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -113037,11 +113037,6 @@
113037113037
"type": "string",
113038113038
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
113039113039
},
113040-
"run_attempt": {
113041-
"type": "integer",
113042-
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
113043-
"example": 1
113044-
},
113045113040
"node_id": {
113046113041
"type": "string",
113047113042
"example": "MDg6Q2hlY2tSdW40"
@@ -116793,11 +116788,6 @@
116793116788
"description": "The auto incrementing run number for the workflow run.",
116794116789
"example": 106
116795116790
},
116796-
"run_attempt": {
116797-
"type": "integer",
116798-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
116799-
"example": 1
116800-
},
116801116791
"event": {
116802116792
"type": "string",
116803116793
"example": "push"
@@ -116930,11 +116920,6 @@
116930116920
"type": "string",
116931116921
"format": "date-time"
116932116922
},
116933-
"run_started_at": {
116934-
"type": "string",
116935-
"format": "date-time",
116936-
"description": "The start time of the latest run. Resets on re-run."
116937-
},
116938116923
"jobs_url": {
116939116924
"description": "The URL to the jobs for the workflow run.",
116940116925
"type": "string",
@@ -120415,6 +120400,8 @@
120415120400
"id": 30433642,
120416120401
"name": "Build",
120417120402
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
120403+
"check_suite_id": 42,
120404+
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
120418120405
"head_branch": "master",
120419120406
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
120420120407
"run_number": 562,
@@ -120710,11 +120697,6 @@
120710120697
"description": "The auto incrementing run number for the workflow run.",
120711120698
"example": 106
120712120699
},
120713-
"run_attempt": {
120714-
"type": "integer",
120715-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
120716-
"example": 1
120717-
},
120718120700
"event": {
120719120701
"type": "string",
120720120702
"example": "push"
@@ -120847,11 +120829,6 @@
120847120829
"type": "string",
120848120830
"format": "date-time"
120849120831
},
120850-
"run_started_at": {
120851-
"type": "string",
120852-
"format": "date-time",
120853-
"description": "The start time of the latest run. Resets on re-run."
120854-
},
120855120832
"jobs_url": {
120856120833
"description": "The URL to the jobs for the workflow run.",
120857120834
"type": "string",
@@ -125241,11 +125218,6 @@
125241125218
"type": "string",
125242125219
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
125243125220
},
125244-
"run_attempt": {
125245-
"type": "integer",
125246-
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
125247-
"example": 1
125248-
},
125249125221
"node_id": {
125250125222
"type": "string",
125251125223
"example": "MDg6Q2hlY2tSdW40"
@@ -125476,7 +125448,16 @@
125476125448
"completed_at": "2020-01-20T09:44:39.000-08:00"
125477125449
}
125478125450
],
125479-
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496"
125451+
"check_run_url": "https://api.github.com/repos/octo-org/octo-repo/check-runs/399444496",
125452+
"labels": [
125453+
"self-hosted",
125454+
"foo",
125455+
"bar"
125456+
],
125457+
"runner_id": 1,
125458+
"runner_name": "my runner",
125459+
"runner_group_id": 2,
125460+
"runner_group_name": "my runner group"
125480125461
}
125481125462
]
125482125463
}
@@ -128033,11 +128014,6 @@
128033128014
"description": "The auto incrementing run number for the workflow run.",
128034128015
"example": 106
128035128016
},
128036-
"run_attempt": {
128037-
"type": "integer",
128038-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
128039-
"example": 1
128040-
},
128041128017
"event": {
128042128018
"type": "string",
128043128019
"example": "push"
@@ -128170,11 +128146,6 @@
128170128146
"type": "string",
128171128147
"format": "date-time"
128172128148
},
128173-
"run_started_at": {
128174-
"type": "string",
128175-
"format": "date-time",
128176-
"description": "The start time of the latest run. Resets on re-run."
128177-
},
128178128149
"jobs_url": {
128179128150
"description": "The URL to the jobs for the workflow run.",
128180128151
"type": "string",
@@ -131655,6 +131626,8 @@
131655131626
"id": 30433642,
131656131627
"name": "Build",
131657131628
"node_id": "MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==",
131629+
"check_suite_id": 42,
131630+
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
131658131631
"head_branch": "master",
131659131632
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
131660131633
"run_number": 562,

0 commit comments

Comments
 (0)