From af0a5e52456e8b677a3c74863bb1a7810ab457bd Mon Sep 17 00:00:00 2001 From: afuhflynn Date: Mon, 29 Dec 2025 01:31:46 +0100 Subject: [PATCH] feat: add some new changes --- app/api/webhooks/github/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/webhooks/github/route.ts b/app/api/webhooks/github/route.ts index 21eaf2c..7420ed2 100644 --- a/app/api/webhooks/github/route.ts +++ b/app/api/webhooks/github/route.ts @@ -111,7 +111,7 @@ export async function POST(request: NextRequest) { if (action === "opened") { await generatePullRequestSummary( owner, - repo, + repoName, prNumber, pull_request?.title, pull_request?.body,