Skip to content

Commit 97bb31d

Browse files
authoredMay 5, 2023
feat: new routes in generated/endpoints.json (#589)
WIP octokit/openapi updated
1 parent 6289adb commit 97bb31d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎scripts/update-endpoints/generated/endpoints.json

+28
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,10 @@
507507
"url": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}",
508508
"triggersNotification": null
509509
},
510+
{
511+
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule",
512+
"triggersNotification": null
513+
},
510514
{
511515
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
512516
"triggersNotification": null
@@ -2771,6 +2775,10 @@
27712775
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
27722776
"triggersNotification": null
27732777
},
2778+
{
2779+
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
2780+
"triggersNotification": null
2781+
},
27742782
{
27752783
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
27762784
"triggersNotification": null
@@ -2927,6 +2935,10 @@
29272935
"url": "/repos/{owner}/{repo}/automated-security-fixes",
29282936
"triggersNotification": null
29292937
},
2938+
{
2939+
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
2940+
"triggersNotification": null
2941+
},
29302942
{
29312943
"url": "/repos/{owner}/{repo}/lfs",
29322944
"triggersNotification": null
@@ -2979,6 +2991,10 @@
29792991
"url": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins",
29802992
"triggersNotification": null
29812993
},
2994+
{
2995+
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
2996+
"triggersNotification": null
2997+
},
29822998
{
29832999
"url": "/repos/{owner}/{repo}/environments",
29843000
"triggersNotification": null
@@ -3055,6 +3071,10 @@
30553071
"url": "/repos/{owner}/{repo}/stats/contributors",
30563072
"triggersNotification": null
30573073
},
3074+
{
3075+
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
3076+
"triggersNotification": null
3077+
},
30583078
{
30593079
"url": "/repos/{owner}/{repo}/keys/{key_id}",
30603080
"triggersNotification": null
@@ -3215,6 +3235,10 @@
32153235
"url": "/repos/{owner}/{repo}/contributors",
32163236
"triggersNotification": null
32173237
},
3238+
{
3239+
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps",
3240+
"triggersNotification": null
3241+
},
32183242
{
32193243
"url": "/repos/{owner}/{repo}/keys",
32203244
"triggersNotification": null
@@ -3531,6 +3555,10 @@
35313555
"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
35323556
"triggersNotification": null
35333557
},
3558+
{
3559+
"url": "/repos/{owner}/{repo}/security-advisories/reports",
3560+
"triggersNotification": null
3561+
},
35343562
{
35353563
"url": "/repos/{owner}/{repo}/security-advisories",
35363564
"triggersNotification": null

0 commit comments

Comments
 (0)
Please sign in to comment.