feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/… · octokit/plugin-throttling.js@52d925e (original) (raw)
`@@ -35,6 +35,14 @@
`
35
35
`"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables",
`
36
36
`"triggersNotification": null
`
37
37
` },
`
``
38
`+
{
`
``
39
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners",
`
``
40
`+
"triggersNotification": null
`
``
41
`+
},
`
``
42
`+
{
`
``
43
`+
"url": "/orgs/{org}/actions/hosted-runners",
`
``
44
`+
"triggersNotification": null
`
``
45
`+
},
`
38
46
` {
`
39
47
`"url": "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}",
`
40
48
`"triggersNotification": null
`
99
107
`"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}",
`
100
108
`"triggersNotification": null
`
101
109
` },
`
``
110
`+
{
`
``
111
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/{hosted_runner_id}",
`
``
112
`+
"triggersNotification": null
`
``
113
`+
},
`
``
114
`+
{
`
``
115
`+
"url": "/orgs/{org}/actions/hosted-runners/{hosted_runner_id}",
`
``
116
`+
"triggersNotification": null
`
``
117
`+
},
`
102
118
` {
`
103
119
`"url": "/orgs/{org}/actions/secrets/{secret_name}",
`
104
120
`"triggersNotification": null
`
251
267
`"url": "/repos/{owner}/{repo}/actions/permissions",
`
252
268
`"triggersNotification": null
`
253
269
` },
`
``
270
`+
{
`
``
271
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/{hosted_runner_id}",
`
``
272
`+
"triggersNotification": null
`
``
273
`+
},
`
``
274
`+
{
`
``
275
`+
"url": "/orgs/{org}/actions/hosted-runners/{hosted_runner_id}",
`
``
276
`+
"triggersNotification": null
`
``
277
`+
},
`
``
278
`+
{
`
``
279
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/images/github-owned",
`
``
280
`+
"triggersNotification": null
`
``
281
`+
},
`
``
282
`+
{
`
``
283
`+
"url": "/orgs/{org}/actions/hosted-runners/images/github-owned",
`
``
284
`+
"triggersNotification": null
`
``
285
`+
},
`
``
286
`+
{
`
``
287
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/limits",
`
``
288
`+
"triggersNotification": null
`
``
289
`+
},
`
``
290
`+
{
`
``
291
`+
"url": "/orgs/{org}/actions/hosted-runners/limits",
`
``
292
`+
"triggersNotification": null
`
``
293
`+
},
`
``
294
`+
{
`
``
295
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/machine-sizes",
`
``
296
`+
"triggersNotification": null
`
``
297
`+
},
`
``
298
`+
{
`
``
299
`+
"url": "/orgs/{org}/actions/hosted-runners/machine-sizes",
`
``
300
`+
"triggersNotification": null
`
``
301
`+
},
`
``
302
`+
{
`
``
303
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/images/partner",
`
``
304
`+
"triggersNotification": null
`
``
305
`+
},
`
``
306
`+
{
`
``
307
`+
"url": "/orgs/{org}/actions/hosted-runners/images/partner",
`
``
308
`+
"triggersNotification": null
`
``
309
`+
},
`
``
310
`+
{
`
``
311
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/platforms",
`
``
312
`+
"triggersNotification": null
`
``
313
`+
},
`
``
314
`+
{
`
``
315
`+
"url": "/orgs/{org}/actions/hosted-runners/platforms",
`
``
316
`+
"triggersNotification": null
`
``
317
`+
},
`
254
318
` {
`
255
319
`"url": "/repos/{owner}/{repo}/actions/jobs/{job_id}",
`
256
320
`"triggersNotification": null
`
339
403
`"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables",
`
340
404
`"triggersNotification": null
`
341
405
` },
`
``
406
`+
{
`
``
407
`+
"url": "/orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners",
`
``
408
`+
"triggersNotification": null
`
``
409
`+
},
`
``
410
`+
{
`
``
411
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners",
`
``
412
`+
"triggersNotification": null
`
``
413
`+
},
`
``
414
`+
{
`
``
415
`+
"url": "/orgs/{org}/actions/hosted-runners",
`
``
416
`+
"triggersNotification": null
`
``
417
`+
},
`
342
418
` {
`
343
419
`"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs",
`
344
420
`"triggersNotification": null
`
559
635
`"url": "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}",
`
560
636
`"triggersNotification": null
`
561
637
` },
`
``
638
`+
{
`
``
639
`+
"url": "/enterprises/{enterprise}/actions/hosted-runners/{hosted_runner_id}",
`
``
640
`+
"triggersNotification": null
`
``
641
`+
},
`
``
642
`+
{
`
``
643
`+
"url": "/orgs/{org}/actions/hosted-runners/{hosted_runner_id}",
`
``
644
`+
"triggersNotification": null
`
``
645
`+
},
`
562
646
` {
`
563
647
`"url": "/orgs/{org}/actions/variables/{name}",
`
564
648
`"triggersNotification": null
`
1675
1759
`"url": "/enterprises/{enterprise}/properties/schema/{custom_property_name}",
`
1676
1760
`"triggersNotification": null
`
1677
1761
` },
`
``
1762
`+
{
`
``
1763
`+
"url": "/enterprises/{enterprise}/rulesets/{ruleset_id}/history",
`
``
1764
`+
"triggersNotification": null
`
``
1765
`+
},
`
``
1766
`+
{
`
``
1767
`+
"url": "/enterprises/{enterprise}/rulesets/{ruleset_id}/history/{version_id}",
`
``
1768
`+
"triggersNotification": null
`
``
1769
`+
},
`
1678
1770
` {
`
1679
1771
`"url": "/enterprises/{enterprise}/actions/permissions",
`
1680
1772
`"triggersNotification": null
`
1723
1815
`"url": "/scim/v2/enterprises/{enterprise}/Users",
`
1724
1816
`"triggersNotification": null
`
1725
1817
` },
`
``
1818
`+
{
`
``
1819
`+
"url": "/enterprises/{enterprise}/bypass-requests/push-rules",
`
``
1820
`+
"triggersNotification": null
`
``
1821
`+
},
`
1726
1822
` {
`
1727
1823
`"url": "/enterprises/{enterprise}/actions/runners/downloads",
`
1728
1824
`"triggersNotification": null
`
`@@ -1743,6 +1839,10 @@
`
1743
1839
`"url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners",
`
1744
1840
`"triggersNotification": null
`
1745
1841
` },
`
``
1842
`+
{
`
``
1843
`+
"url": "/enterprises/{enterprise}/properties/schema/organizations/{org}/{custom_property_name}/promote",
`
``
1844
`+
"triggersNotification": null
`
``
1845
`+
},
`
1746
1846
` {
`
1747
1847
`"url": "/scim/v2/enterprises/{enterprise}/Groups",
`
1748
1848
`"triggersNotification": null
`
1959
2059
`"url": "/gitignore/templates/{name}",
`
1960
2060
`"triggersNotification": null
`
1961
2061
` },
`
``
2062
`+
{
`
``
2063
`+
"url": "/enterprises/{enterprise}/network-configurations",
`
``
2064
`+
"triggersNotification": null
`
``
2065
`+
},
`
``
2066
`+
{
`
``
2067
`+
"url": "/orgs/{org}/settings/network-configurations",
`
``
2068
`+
"triggersNotification": null
`
``
2069
`+
},
`
``
2070
`+
{
`
``
2071
`+
"url": "/enterprises/{enterprise}/network-configurations/{network_configuration_id}",
`
``
2072
`+
"triggersNotification": null
`
``
2073
`+
},
`
``
2074
`+
{
`
``
2075
`+
"url": "/orgs/{org}/settings/network-configurations/{network_configuration_id}",
`
``
2076
`+
"triggersNotification": null
`
``
2077
`+
},
`
``
2078
`+
{
`
``
2079
`+
"url": "/enterprises/{enterprise}/network-configurations/{network_configuration_id}",
`
``
2080
`+
"triggersNotification": null
`
``
2081
`+
},
`
``
2082
`+
{
`
``
2083
`+
"url": "/orgs/{org}/settings/network-configurations/{network_configuration_id}",
`
``
2084
`+
"triggersNotification": null
`
``
2085
`+
},
`
``
2086
`+
{
`
``
2087
`+
"url": "/enterprises/{enterprise}/network-settings/{network_settings_id}",
`
``
2088
`+
"triggersNotification": null
`
``
2089
`+
},
`
``
2090
`+
{
`
``
2091
`+
"url": "/orgs/{org}/settings/network-settings/{network_settings_id}",
`
``
2092
`+
"triggersNotification": null
`
``
2093
`+
},
`
``
2094
`+
{
`
``
2095
`+
"url": "/enterprises/{enterprise}/network-configurations",
`
``
2096
`+
"triggersNotification": null
`
``
2097
`+
},
`
``
2098
`+
{
`
``
2099
`+
"url": "/orgs/{org}/settings/network-configurations",
`
``
2100
`+
"triggersNotification": null
`
``
2101
`+
},
`
``
2102
`+
{
`
``
2103
`+
"url": "/enterprises/{enterprise}/network-configurations/{network_configuration_id}",
`
``
2104
`+
"triggersNotification": null
`
``
2105
`+
},
`
``
2106
`+
{
`
``
2107
`+
"url": "/orgs/{org}/settings/network-configurations/{network_configuration_id}",
`
``
2108
`+
"triggersNotification": null
`
``
2109
`+
},
`
1962
2110
` {
`
1963
2111
`"url": "/user/interaction-limits",
`
1964
2112
`"triggersNotification": null
`
2451
2599
`"url": "/orgs/{org}/organization-roles/{role_id}",
`
2452
2600
`"triggersNotification": null
`
2453
2601
` },
`
``
2602
`+
{
`
``
2603
`+
"url": "/orgs/{org}/rulesets/{ruleset_id}/history",
`
``
2604
`+
"triggersNotification": null
`
``
2605
`+
},
`
``
2606
`+
{
`
``
2607
`+
"url": "/orgs/{org}/rulesets/{ruleset_id}/history/{version_id}",
`
``
2608
`+
"triggersNotification": null
`
``
2609
`+
},
`
2454
2610
` {
`
2455
2611
`"url": "/orgs/{org}/hooks/{hook_id}",
`
2456
2612
`"triggersNotification": null
`
3675
3831
`"url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}",
`
3676
3832
`"triggersNotification": null
`
3677
3833
` },
`
``
3834
`+
{
`
``
3835
`+
"url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history",
`
``
3836
`+
"triggersNotification": null
`
``
3837
`+
},
`
``
3838
`+
{
`
``
3839
`+
"url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}",
`
``
3840
`+
"triggersNotification": null
`
``
3841
`+
},
`
3678
3842
` {
`
3679
3843
`"url": "/repos/{owner}/{repo}/rulesets",
`
3680
3844
`"triggersNotification": null
`
4055
4219
`"url": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses",
`
4056
4220
`"triggersNotification": null
`
4057
4221
` },
`
``
4222
`+
{
`
``
4223
`+
"url": "/repos/{owner}/{repo}/bypass-responses/secret-scanning/{bypass_response_id}",
`
``
4224
`+
"triggersNotification": null
`
``
4225
`+
},
`
4058
4226
` {
`
4059
4227
`"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
`
4060
4228
`"triggersNotification": null
`
4061
4229
` },
`
``
4230
`+
{
`
``
4231
`+
"url": "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}",
`
``
4232
`+
"triggersNotification": null
`
``
4233
`+
},
`
4062
4234
` {
`
4063
4235
`"url": "/repos/{owner}/{repo}/secret-scanning/scan-history",
`
4064
4236
`"triggersNotification": null
`
`@@ -4083,6 +4255,14 @@
`
4083
4255
`"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
`
4084
4256
`"triggersNotification": null
`
4085
4257
` },
`
``
4258
`+
{
`
``
4259
`+
"url": "/orgs/{org}/bypass-requests/secret-scanning",
`
``
4260
`+
"triggersNotification": null
`
``
4261
`+
},
`
``
4262
`+
{
`
``
4263
`+
"url": "/repos/{owner}/{repo}/bypass-requests/secret-scanning",
`
``
4264
`+
"triggersNotification": null
`
``
4265
`+
},
`
4086
4266
` {
`
4087
4267
`"url": "/enterprises/{enterprise}/code_security_and_analysis",
`
4088
4268
`"triggersNotification": null
`
`@@ -4091,6 +4271,10 @@
`
4091
4271
`"url": "/enterprises/{enterprise}/{security_product}/{enablement}",
`
4092
4272
`"triggersNotification": null
`
4093
4273
` },
`
``
4274
`+
{
`
``
4275
`+
"url": "/repos/{owner}/{repo}/bypass-requests/secret-scanning/{bypass_request_number}",
`
``
4276
`+
"triggersNotification": null
`
``
4277
`+
},
`
4094
4278
` {
`
4095
4279
`"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
`
4096
4280
`"triggersNotification": null
`