Skip to content

Commit

Permalink
feat: add repo rulesets (#630)
Browse files Browse the repository at this point in the history
WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Oct 24, 2023
1 parent d28cd03 commit b5401b5
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/actions/runners/generate-jitconfig",
"triggersNotification": null
Expand Down Expand Up @@ -1071,6 +1075,10 @@
"url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/codespaces/permissions_check",
"triggersNotification": null
},
{
"url": "/user/codespaces/{codespace_name}/machines",
"triggersNotification": null
Expand Down Expand Up @@ -2091,6 +2099,18 @@
"url": "/orgs/{org}/invitations",
"triggersNotification": true
},
{
"url": "/orgs/{org}/properties/schema",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/values",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/hooks",
"triggersNotification": null
Expand Down Expand Up @@ -2119,10 +2139,18 @@
"url": "/orgs/{org}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/schema",
"triggersNotification": null
},
{
"url": "/orgs/{org}/audit-log",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/custom-repository-roles/{role_id}",
"triggersNotification": null
Expand Down Expand Up @@ -2163,6 +2191,10 @@
"url": "/orgs/{org}/blocks",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/values",
"triggersNotification": null
},
{
"url": "/orgs/{org}/custom-repository-roles",
"triggersNotification": null
Expand Down Expand Up @@ -2255,6 +2287,10 @@
"url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts",
"triggersNotification": null
},
{
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/members/{username}",
"triggersNotification": null
Expand Down Expand Up @@ -3147,6 +3183,10 @@
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/properties/values",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/keys/{key_id}",
"triggersNotification": null
Expand Down Expand Up @@ -3175,6 +3215,14 @@
"url": "/repos/{owner}/{repo}/releases/latest",
"triggersNotification": null
},
{
"url": "/orgs/{org}/rulesets/rule-suites/{rule_suite_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/rulesets/rule-suites",
"triggersNotification": null
},
{
"url": "/orgs/{org}/rulesets/{ruleset_id}",
"triggersNotification": null
Expand Down Expand Up @@ -3227,6 +3275,14 @@
"url": "/repos/{owner}/{repo}/releases/tags/{tag}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/rulesets/rule-suites",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}",
"triggersNotification": null
Expand Down

0 comments on commit b5401b5

Please sign in to comment.