Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/github/embeds/pr/PullRequestEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down