Skip to content

Commit

Permalink
feat: new routes in generated/endpoints.json (#589)
Browse files Browse the repository at this point in the history
WIP octokit/openapi updated
  • Loading branch information
octokitbot authored May 5, 2023
1 parent 6289adb commit 97bb31d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@
"url": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
"triggersNotification": null
Expand Down Expand Up @@ -2771,6 +2775,10 @@
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
"triggersNotification": null
Expand Down Expand Up @@ -2927,6 +2935,10 @@
"url": "/repos/{owner}/{repo}/automated-security-fixes",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/lfs",
"triggersNotification": null
Expand Down Expand Up @@ -2979,6 +2991,10 @@
"url": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments",
"triggersNotification": null
Expand Down Expand Up @@ -3055,6 +3071,10 @@
"url": "/repos/{owner}/{repo}/stats/contributors",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/keys/{key_id}",
"triggersNotification": null
Expand Down Expand Up @@ -3215,6 +3235,10 @@
"url": "/repos/{owner}/{repo}/contributors",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/keys",
"triggersNotification": null
Expand Down Expand Up @@ -3531,6 +3555,10 @@
"url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/security-advisories/reports",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/security-advisories",
"triggersNotification": null
Expand Down

0 comments on commit 97bb31d

Please sign in to comment.