Skip to content

Commit 27ea9c3

Browse files
github-actions[bot]Octokit Bot
and
Octokit Bot
authored
fix: remove issue type, and some repository rules (#78)
Co-authored-by: Octokit Bot <[email protected]>
1 parent 1b5d4be commit 27ea9c3

File tree

21 files changed

+0
-252
lines changed

21 files changed

+0
-252
lines changed

cache/api.github.com.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -27351,17 +27351,6 @@
2735127351
"$ref": "#/components/schemas/repository-rule-branch-name-pattern"
2735227352
},
2735327353
{ "$ref": "#/components/schemas/repository-rule-tag-name-pattern" },
27354-
{
27355-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
27356-
},
27357-
{
27358-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
27359-
},
27360-
{
27361-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
27362-
},
27363-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
27364-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
2736527354
{ "$ref": "#/components/schemas/repository-rule-workflows" }
2736627355
]
2736727356
},
@@ -38097,42 +38086,6 @@
3809738086
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
3809838087
]
3809938088
},
38100-
{
38101-
"allOf": [
38102-
{
38103-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
38104-
},
38105-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38106-
]
38107-
},
38108-
{
38109-
"allOf": [
38110-
{
38111-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
38112-
},
38113-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38114-
]
38115-
},
38116-
{
38117-
"allOf": [
38118-
{
38119-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
38120-
},
38121-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38122-
]
38123-
},
38124-
{
38125-
"allOf": [
38126-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
38127-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38128-
]
38129-
},
38130-
{
38131-
"allOf": [
38132-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
38133-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38134-
]
38135-
},
3813638089
{
3813738090
"allOf": [
3813838091
{ "$ref": "#/components/schemas/repository-rule-workflows" },
@@ -56156,7 +56109,6 @@
5615656109
"description": "Title of the issue",
5615756110
"type": "string"
5615856111
},
56159-
"type": { "$ref": "#/components/schemas/issue-type" },
5616056112
"updated_at": { "type": "string", "format": "date-time" },
5616156113
"url": {
5616256114
"description": "URL for the issue",
@@ -63106,7 +63058,6 @@
6310663058
"description": "Title of the issue",
6310763059
"type": "string"
6310863060
},
63109-
"type": { "$ref": "#/components/schemas/issue-type" },
6311063061
"updated_at": { "type": "string", "format": "date-time" },
6311163062
"url": {
6311263063
"description": "URL for the issue",
@@ -64661,7 +64612,6 @@
6466164612
"state": { "type": "string", "enum": ["open", "closed"] },
6466264613
"timeline_url": { "type": "string" },
6466364614
"title": { "type": "string" },
64664-
"type": { "$ref": "#/components/schemas/issue-type" },
6466564615
"updated_at": { "type": "string" },
6466664616
"url": { "type": "string" },
6466764617
"user": {

cache/ghec.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -28620,17 +28620,6 @@
2862028620
"$ref": "#/components/schemas/repository-rule-branch-name-pattern"
2862128621
},
2862228622
{ "$ref": "#/components/schemas/repository-rule-tag-name-pattern" },
28623-
{
28624-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
28625-
},
28626-
{
28627-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
28628-
},
28629-
{
28630-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
28631-
},
28632-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
28633-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
2863428623
{ "$ref": "#/components/schemas/repository-rule-workflows" }
2863528624
]
2863628625
},
@@ -39290,42 +39279,6 @@
3929039279
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
3929139280
]
3929239281
},
39293-
{
39294-
"allOf": [
39295-
{
39296-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
39297-
},
39298-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
39299-
]
39300-
},
39301-
{
39302-
"allOf": [
39303-
{
39304-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
39305-
},
39306-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
39307-
]
39308-
},
39309-
{
39310-
"allOf": [
39311-
{
39312-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
39313-
},
39314-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
39315-
]
39316-
},
39317-
{
39318-
"allOf": [
39319-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
39320-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
39321-
]
39322-
},
39323-
{
39324-
"allOf": [
39325-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
39326-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
39327-
]
39328-
},
3932939282
{
3933039283
"allOf": [
3933139284
{ "$ref": "#/components/schemas/repository-rule-workflows" },
@@ -58047,7 +58000,6 @@
5804758000
"description": "Title of the issue",
5804858001
"type": "string"
5804958002
},
58050-
"type": { "$ref": "#/components/schemas/issue-type" },
5805158003
"updated_at": { "type": "string", "format": "date-time" },
5805258004
"url": {
5805358005
"description": "URL for the issue",
@@ -64997,7 +64949,6 @@
6499764949
"description": "Title of the issue",
6499864950
"type": "string"
6499964951
},
65000-
"type": { "$ref": "#/components/schemas/issue-type" },
6500164952
"updated_at": { "type": "string", "format": "date-time" },
6500264953
"url": {
6500364954
"description": "URL for the issue",
@@ -66552,7 +66503,6 @@
6655266503
"state": { "type": "string", "enum": ["open", "closed"] },
6655366504
"timeline_url": { "type": "string" },
6655466505
"title": { "type": "string" },
66555-
"type": { "$ref": "#/components/schemas/issue-type" },
6655666506
"updated_at": { "type": "string" },
6655766507
"url": { "type": "string" },
6655866508
"user": {

cache/ghes-3.10.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54867,7 +54867,6 @@
5486754867
"description": "Title of the issue",
5486854868
"type": "string"
5486954869
},
54870-
"type": { "$ref": "#/components/schemas/issue-type" },
5487154870
"updated_at": { "type": "string", "format": "date-time" },
5487254871
"url": {
5487354872
"description": "URL for the issue",
@@ -61812,7 +61811,6 @@
6181261811
"description": "Title of the issue",
6181361812
"type": "string"
6181461813
},
61815-
"type": { "$ref": "#/components/schemas/issue-type" },
6181661814
"updated_at": { "type": "string", "format": "date-time" },
6181761815
"url": {
6181861816
"description": "URL for the issue",
@@ -63367,7 +63365,6 @@
6336763365
"state": { "type": "string", "enum": ["open", "closed"] },
6336863366
"timeline_url": { "type": "string" },
6336963367
"title": { "type": "string" },
63370-
"type": { "$ref": "#/components/schemas/issue-type" },
6337163368
"updated_at": { "type": "string" },
6337263369
"url": { "type": "string" },
6337363370
"user": {

cache/ghes-3.11.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -28653,17 +28653,6 @@
2865328653
"$ref": "#/components/schemas/repository-rule-branch-name-pattern"
2865428654
},
2865528655
{ "$ref": "#/components/schemas/repository-rule-tag-name-pattern" },
28656-
{
28657-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
28658-
},
28659-
{
28660-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
28661-
},
28662-
{
28663-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
28664-
},
28665-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
28666-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
2866728656
{ "$ref": "#/components/schemas/repository-rule-workflows" }
2866828657
]
2866928658
},
@@ -38471,42 +38460,6 @@
3847138460
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
3847238461
]
3847338462
},
38474-
{
38475-
"allOf": [
38476-
{
38477-
"$ref": "#/components/schemas/repository-rule-file-path-restriction"
38478-
},
38479-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38480-
]
38481-
},
38482-
{
38483-
"allOf": [
38484-
{
38485-
"$ref": "#/components/schemas/repository-rule-max-file-path-length"
38486-
},
38487-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38488-
]
38489-
},
38490-
{
38491-
"allOf": [
38492-
{
38493-
"$ref": "#/components/schemas/repository-rule-file-extension-restriction"
38494-
},
38495-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38496-
]
38497-
},
38498-
{
38499-
"allOf": [
38500-
{ "$ref": "#/components/schemas/repository-rule-max-file-size" },
38501-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38502-
]
38503-
},
38504-
{
38505-
"allOf": [
38506-
{ "$ref": "#/components/schemas/repository-rule-commit-oid" },
38507-
{ "$ref": "#/components/schemas/repository-rule-ruleset-info" }
38508-
]
38509-
},
3851038463
{
3851138464
"allOf": [
3851238465
{ "$ref": "#/components/schemas/repository-rule-workflows" },
@@ -56440,7 +56393,6 @@
5644056393
"description": "Title of the issue",
5644156394
"type": "string"
5644256395
},
56443-
"type": { "$ref": "#/components/schemas/issue-type" },
5644456396
"updated_at": { "type": "string", "format": "date-time" },
5644556397
"url": {
5644656398
"description": "URL for the issue",
@@ -63385,7 +63337,6 @@
6338563337
"description": "Title of the issue",
6338663338
"type": "string"
6338763339
},
63388-
"type": { "$ref": "#/components/schemas/issue-type" },
6338963340
"updated_at": { "type": "string", "format": "date-time" },
6339063341
"url": {
6339163342
"description": "URL for the issue",
@@ -64940,7 +64891,6 @@
6494064891
"state": { "type": "string", "enum": ["open", "closed"] },
6494164892
"timeline_url": { "type": "string" },
6494264893
"title": { "type": "string" },
64943-
"type": { "$ref": "#/components/schemas/issue-type" },
6494464894
"updated_at": { "type": "string" },
6494564895
"url": { "type": "string" },
6494664896
"user": {

cache/ghes-3.8.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52582,7 +52582,6 @@
5258252582
"description": "Title of the issue",
5258352583
"type": "string"
5258452584
},
52585-
"type": { "$ref": "#/components/schemas/issue-type" },
5258652585
"updated_at": { "type": "string", "format": "date-time" },
5258752586
"url": {
5258852587
"description": "URL for the issue",
@@ -59527,7 +59526,6 @@
5952759526
"description": "Title of the issue",
5952859527
"type": "string"
5952959528
},
59530-
"type": { "$ref": "#/components/schemas/issue-type" },
5953159529
"updated_at": { "type": "string", "format": "date-time" },
5953259530
"url": {
5953359531
"description": "URL for the issue",
@@ -61082,7 +61080,6 @@
6108261080
"state": { "type": "string", "enum": ["open", "closed"] },
6108361081
"timeline_url": { "type": "string" },
6108461082
"title": { "type": "string" },
61085-
"type": { "$ref": "#/components/schemas/issue-type" },
6108661083
"updated_at": { "type": "string" },
6108761084
"url": { "type": "string" },
6108861085
"user": {

cache/ghes-3.9.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53934,7 +53934,6 @@
5393453934
"description": "Title of the issue",
5393553935
"type": "string"
5393653936
},
53937-
"type": { "$ref": "#/components/schemas/issue-type" },
5393853937
"updated_at": { "type": "string", "format": "date-time" },
5393953938
"url": {
5394053939
"description": "URL for the issue",
@@ -60879,7 +60878,6 @@
6087960878
"description": "Title of the issue",
6088060879
"type": "string"
6088160880
},
60882-
"type": { "$ref": "#/components/schemas/issue-type" },
6088360881
"updated_at": { "type": "string", "format": "date-time" },
6088460882
"url": {
6088560883
"description": "URL for the issue",
@@ -62434,7 +62432,6 @@
6243462432
"state": { "type": "string", "enum": ["open", "closed"] },
6243562433
"timeline_url": { "type": "string" },
6243662434
"title": { "type": "string" },
62437-
"type": { "$ref": "#/components/schemas/issue-type" },
6243862435
"updated_at": { "type": "string" },
6243962436
"url": { "type": "string" },
6244062437
"user": {

cache/github.ae.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47299,7 +47299,6 @@
4729947299
"description": "Title of the issue",
4730047300
"type": "string"
4730147301
},
47302-
"type": { "$ref": "#/components/schemas/issue-type" },
4730347302
"updated_at": { "type": "string", "format": "date-time" },
4730447303
"url": {
4730547304
"description": "URL for the issue",
@@ -54244,7 +54243,6 @@
5424454243
"description": "Title of the issue",
5424554244
"type": "string"
5424654245
},
54247-
"type": { "$ref": "#/components/schemas/issue-type" },
5424854246
"updated_at": { "type": "string", "format": "date-time" },
5424954247
"url": {
5425054248
"description": "URL for the issue",
@@ -55799,7 +55797,6 @@
5579955797
"state": { "type": "string", "enum": ["open", "closed"] },
5580055798
"timeline_url": { "type": "string" },
5580155799
"title": { "type": "string" },
55802-
"type": { "$ref": "#/components/schemas/issue-type" },
5580355800
"updated_at": { "type": "string" },
5580455801
"url": { "type": "string" },
5580555802
"user": {

packages/openapi-webhooks-types-ghec/types.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14254,7 +14254,6 @@ export interface components {
1425414254
timeline_url?: string;
1425514255
/** @description Title of the issue */
1425614256
title: string;
14257-
type?: components["schemas"]["issue-type"];
1425814257
/** Format: date-time */
1425914258
updated_at: string;
1426014259
/**
@@ -18887,7 +18886,6 @@ export interface components {
1888718886
timeline_url?: string;
1888818887
/** @description Title of the issue */
1888918888
title: string;
18890-
type?: components["schemas"]["issue-type"];
1889118889
/** Format: date-time */
1889218890
updated_at: string;
1889318891
/**
@@ -19925,7 +19923,6 @@ export interface components {
1992519923
state: "open" | "closed";
1992619924
timeline_url?: string;
1992719925
title?: string;
19928-
type?: components["schemas"]["issue-type"];
1992919926
updated_at?: string;
1993019927
url?: string;
1993119928
user?: {
@@ -60855,11 +60852,6 @@ export interface components {
6085560852
| components["schemas"]["repository-rule-committer-email-pattern"]
6085660853
| components["schemas"]["repository-rule-branch-name-pattern"]
6085760854
| components["schemas"]["repository-rule-tag-name-pattern"]
60858-
| components["schemas"]["repository-rule-file-path-restriction"]
60859-
| components["schemas"]["repository-rule-max-file-path-length"]
60860-
| components["schemas"]["repository-rule-file-extension-restriction"]
60861-
| components["schemas"]["repository-rule-max-file-size"]
60862-
| components["schemas"]["repository-rule-commit-oid"]
6086360855
| components["schemas"]["repository-rule-workflows"];
6086460856
/**
6086560857
* creation

0 commit comments

Comments
 (0)