From 57933e7639bb3858e46b4036b673065d935675c5 Mon Sep 17 00:00:00 2001 From: ujjuishere Date: Sat, 28 Jun 2025 11:52:12 +0530 Subject: [PATCH 1/2] new --- src/controllers/commentController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/commentController.ts b/src/controllers/commentController.ts index eeb1751..4e12df4 100644 --- a/src/controllers/commentController.ts +++ b/src/controllers/commentController.ts @@ -8,7 +8,7 @@ const RANDOM_COMMENTS = [ "🤖 Automated review: Thanks for your contribution! We'll take a look ASAP.", "📝 PullQuest AI comment: Great work—review is queued!", ]; - +// new /** helper to build the final comment body */ function buildComment( n: number, From 6287a4a8f0455dc32a8d7ce27835725926f458d4 Mon Sep 17 00:00:00 2001 From: ujjuishere Date: Sat, 28 Jun 2025 11:55:41 +0530 Subject: [PATCH 2/2] neww --- src/controllers/commentController.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/commentController.ts b/src/controllers/commentController.ts index 4e12df4..4c8e2e2 100644 --- a/src/controllers/commentController.ts +++ b/src/controllers/commentController.ts @@ -8,7 +8,8 @@ const RANDOM_COMMENTS = [ "🤖 Automated review: Thanks for your contribution! We'll take a look ASAP.", "📝 PullQuest AI comment: Great work—review is queued!", ]; -// new +// old +// old /** helper to build the final comment body */ function buildComment( n: number,