Skip to content

Commit b5401b5

Browse files
authoredOct 24, 2023
feat: add repo rulesets (#630)
WIP octokit/openapi updated
1 parent d28cd03 commit b5401b5

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
 

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

+56
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
167167
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable",
168168
"triggersNotification": null
169169
},
170+
{
171+
"url": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel",
172+
"triggersNotification": null
173+
},
170174
{
171175
"url": "/enterprises/{enterprise}/actions/runners/generate-jitconfig",
172176
"triggersNotification": null
@@ -1071,6 +1075,10 @@
10711075
"url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}",
10721076
"triggersNotification": null
10731077
},
1078+
{
1079+
"url": "/repos/{owner}/{repo}/codespaces/permissions_check",
1080+
"triggersNotification": null
1081+
},
10741082
{
10751083
"url": "/user/codespaces/{codespace_name}/machines",
10761084
"triggersNotification": null
@@ -2091,6 +2099,18 @@
20912099
"url": "/orgs/{org}/invitations",
20922100
"triggersNotification": true
20932101
},
2102+
{
2103+
"url": "/orgs/{org}/properties/schema",
2104+
"triggersNotification": null
2105+
},
2106+
{
2107+
"url": "/orgs/{org}/properties/values",
2108+
"triggersNotification": null
2109+
},
2110+
{
2111+
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
2112+
"triggersNotification": null
2113+
},
20942114
{
20952115
"url": "/orgs/{org}/hooks",
20962116
"triggersNotification": null
@@ -2119,10 +2139,18 @@
21192139
"url": "/orgs/{org}",
21202140
"triggersNotification": null
21212141
},
2142+
{
2143+
"url": "/orgs/{org}/properties/schema",
2144+
"triggersNotification": null
2145+
},
21222146
{
21232147
"url": "/orgs/{org}/audit-log",
21242148
"triggersNotification": null
21252149
},
2150+
{
2151+
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
2152+
"triggersNotification": null
2153+
},
21262154
{
21272155
"url": "/orgs/{org}/custom-repository-roles/{role_id}",
21282156
"triggersNotification": null
@@ -2163,6 +2191,10 @@
21632191
"url": "/orgs/{org}/blocks",
21642192
"triggersNotification": null
21652193
},
2194+
{
2195+
"url": "/orgs/{org}/properties/values",
2196+
"triggersNotification": null
2197+
},
21662198
{
21672199
"url": "/orgs/{org}/custom-repository-roles",
21682200
"triggersNotification": null
@@ -2255,6 +2287,10 @@
22552287
"url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts",
22562288
"triggersNotification": null
22572289
},
2290+
{
2291+
"url": "/orgs/{org}/properties/schema/{custom_property_name}",
2292+
"triggersNotification": null
2293+
},
22582294
{
22592295
"url": "/orgs/{org}/members/{username}",
22602296
"triggersNotification": null
@@ -3147,6 +3183,10 @@
31473183
"url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
31483184
"triggersNotification": null
31493185
},
3186+
{
3187+
"url": "/repos/{owner}/{repo}/properties/values",
3188+
"triggersNotification": null
3189+
},
31503190
{
31513191
"url": "/repos/{owner}/{repo}/keys/{key_id}",
31523192
"triggersNotification": null
@@ -3175,6 +3215,14 @@
31753215
"url": "/repos/{owner}/{repo}/releases/latest",
31763216
"triggersNotification": null
31773217
},
3218+
{
3219+
"url": "/orgs/{org}/rulesets/rule-suites/{rule_suite_id}",
3220+
"triggersNotification": null
3221+
},
3222+
{
3223+
"url": "/orgs/{org}/rulesets/rule-suites",
3224+
"triggersNotification": null
3225+
},
31783226
{
31793227
"url": "/orgs/{org}/rulesets/{ruleset_id}",
31803228
"triggersNotification": null
@@ -3227,6 +3275,14 @@
32273275
"url": "/repos/{owner}/{repo}/releases/tags/{tag}",
32283276
"triggersNotification": null
32293277
},
3278+
{
3279+
"url": "/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}",
3280+
"triggersNotification": null
3281+
},
3282+
{
3283+
"url": "/repos/{owner}/{repo}/rulesets/rule-suites",
3284+
"triggersNotification": null
3285+
},
32303286
{
32313287
"url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}",
32323288
"triggersNotification": null

0 commit comments

Comments
 (0)
Please sign in to comment.