Skip to content

Commit

Permalink
feat(GHES): add GHES 3.4 and 3.5, remove GHES 2.21, 2.22, 3.0 (#653)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop GHES 2.21, 2.22, 3.0
  • Loading branch information
wolfy1339 committed Jun 30, 2022
1 parent be9ee30 commit dfe6d90
Show file tree
Hide file tree
Showing 228 changed files with 33,995 additions and 81,791 deletions.
11,775 changes: 0 additions & 11,775 deletions cache/ghes-221/webhook-events-and-payloads.html

This file was deleted.

16,349 changes: 0 additions & 16,349 deletions cache/ghes-222/webhook-events-and-payloads.html

This file was deleted.

Large diffs are not rendered by default.

19,790 changes: 19,790 additions & 0 deletions cache/ghes-35/webhook-events-and-payloads.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/check-or-update-webhooks.ts
Expand Up @@ -34,7 +34,7 @@ export const checkOrUpdateWebhooks = async ({
}

if (ghe === "") {
const gheVersions = ["2.21", "2.22", "3.0", "3.1", "3.2", "3.3"];
const gheVersions = ["3.1", "3.2", "3.3", "3.4", "3.5"];

for (let gheVersion of gheVersions) {
await checkOrUpdateWebhooks({
Expand Down
23,738 changes: 0 additions & 23,738 deletions payload-examples/ghes-222/index.json

This file was deleted.

385 changes: 0 additions & 385 deletions payload-examples/ghes-30/check_run/completed.payload.json

This file was deleted.

385 changes: 0 additions & 385 deletions payload-examples/ghes-30/check_run/created.payload.json

This file was deleted.

271 changes: 0 additions & 271 deletions payload-examples/ghes-30/check_suite/completed.payload.json

This file was deleted.

0 comments on commit dfe6d90

Please sign in to comment.