diff --git a/package.json b/package.json index 43a05b72..806f3f44 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "packageManager": "yarn@3.5.1", "dependencies": { "@octokit/webhooks": "^11.0.0", - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.2", "@prisma/client": "^4.14.1", "@sapphire/discord-utilities": "^3.0.3", "@snowcrystals/icicle": "^2.0.2", diff --git a/src/github/embeds/pr/PullRequestEmbed.ts b/src/github/embeds/pr/PullRequestEmbed.ts index 896d6493..ffa901e6 100644 --- a/src/github/embeds/pr/PullRequestEmbed.ts +++ b/src/github/embeds/pr/PullRequestEmbed.ts @@ -50,7 +50,7 @@ export default class extends GitHubEmbed { break; case "auto_merge_disabled": case "auto_merge_enabled": - case "queued": + case "enqueued": case "synchronize": case "edited": case "dequeued": diff --git a/yarn.lock b/yarn.lock index 7991235a..37123b62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -519,13 +519,20 @@ __metadata: languageName: node linkType: hard -"@octokit/webhooks-types@npm:6.11.0, @octokit/webhooks-types@npm:^6.11.0": +"@octokit/webhooks-types@npm:6.11.0": version: 6.11.0 resolution: "@octokit/webhooks-types@npm:6.11.0" checksum: af35ac7a3d8d95bf9906fb3a8f6075cf9cb10707c79444fa82df2d64596125f515a35a4995b4548b84ee042c7c1b1cc120e05ece4a197af541a52f154bf4bcce languageName: node linkType: hard +"@octokit/webhooks-types@npm:^7.0.2": + version: 7.0.2 + resolution: "@octokit/webhooks-types@npm:7.0.2" + checksum: 6dd241619e5b697ac0721d85f568c0a0ac44c8fcba6f9641ee79a34b1ca4782243ef26cea1416838c628abca47051c427612f832e2a0f2c17b8493563c292e8b + languageName: node + linkType: hard + "@octokit/webhooks@npm:^11.0.0": version: 11.0.0 resolution: "@octokit/webhooks@npm:11.0.0" @@ -2683,7 +2690,7 @@ __metadata: "@commitlint/cli": ^17.6.3 "@commitlint/config-angular": ^17.6.3 "@octokit/webhooks": ^11.0.0 - "@octokit/webhooks-types": ^6.11.0 + "@octokit/webhooks-types": ^7.0.2 "@prisma/client": ^4.14.1 "@sapphire/discord-utilities": ^3.0.3 "@sapphire/eslint-config": ^4.4.2