From 1196c5a4cf9e4a3a410298e4e0270e35346d753b Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:50:51 +0530 Subject: [PATCH] fix: minor comment grammar (#52) --- src/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.js b/src/helpers.js index 1ea379d..bde3593 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -138,7 +138,7 @@ export async function afterCLA(app, claSignatureInfo) { } else { console.log(`PR #${pr?.number} in ${owner}/${repo} does not have "Pending CLA" label. Skipping.`); } - //TODO: Add comment in PR: @contributor Thank you for signing CLA. @reviewers, you may go ahead with the review now. + //TODO: Add comment in PR: Thank you @contributor for signing the CLA. @reviewers, you may go ahead with the review now. // Only if(filteredPrs.length<5) to avoid too many comments } } catch (error) {