Skip to content

Commit 0b66f4d

Browse files
feat: drop GHES 3.6, description updates (#64)
BREAKING CHANGE: remove GHES 3.6
1 parent c30ffac commit 0b66f4d

File tree

28 files changed

+5129
-44905
lines changed

28 files changed

+5129
-44905
lines changed

cache/api.github.com.json

Lines changed: 975 additions & 241 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 975 additions & 241 deletions
Large diffs are not rendered by default.

cache/ghes-3.10.json

Lines changed: 311 additions & 406 deletions
Large diffs are not rendered by default.

cache/ghes-3.6.json

Lines changed: 0 additions & 40671 deletions
This file was deleted.

cache/ghes-3.7.json

Lines changed: 288 additions & 393 deletions
Large diffs are not rendered by default.

cache/ghes-3.8.json

Lines changed: 289 additions & 394 deletions
Large diffs are not rendered by default.

cache/ghes-3.9.json

Lines changed: 306 additions & 401 deletions
Large diffs are not rendered by default.

cache/github.ae.json

Lines changed: 275 additions & 384 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ export interface webhooks {
19601960
push: {
19611961
/**
19621962
* This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
1963-
* when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
1963+
* when a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch
19641964
* and tag deletions, use the [`delete`](#delete) webhook event.
19651965
*
19661966
* To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.
@@ -2768,7 +2768,6 @@ export interface components {
27682768
has_wiki: boolean;
27692769
has_pages: boolean;
27702770
/**
2771-
* @deprecated
27722771
* @description Whether downloads are enabled.
27732772
* @default true
27742773
*/
@@ -73943,7 +73942,7 @@ export interface operations {
7394373942
};
7394473943
/**
7394573944
* This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
73946-
* when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
73945+
* when a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch
7394773946
* and tag deletions, use the [`delete`](#delete) webhook event.
7394873947
*
7394973948
* To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.

packages/openapi-webhooks-types-ghes-3.10/types.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ export interface webhooks {
18291829
push: {
18301830
/**
18311831
* This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
1832-
* when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
1832+
* when a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch
18331833
* and tag deletions, use the [`delete`](#delete) webhook event.
18341834
*
18351835
* To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.
@@ -2676,7 +2676,6 @@ export interface components {
26762676
has_wiki: boolean;
26772677
has_pages: boolean;
26782678
/**
2679-
* @deprecated
26802679
* @description Whether downloads are enabled.
26812680
* @default true
26822681
*/
@@ -70234,7 +70233,7 @@ export interface operations {
7023470233
};
7023570234
/**
7023670235
* This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,
70237-
* when a branch is deleted, when a tag is deleted, or when a repository is cloned. To subscribe to only branch
70236+
* when a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch
7023870237
* and tag deletions, use the [`delete`](#delete) webhook event.
7023970238
*
7024070239
* To subscribe to this event, a GitHub App must have at least read-level access for the "Contents" repository permission.

0 commit comments

Comments
 (0)