Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(GHES): add GHES 3.4 and 3.5, remove GHES 2.21, 2.22, 3.0 #653

Merged
merged 9 commits into from Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.