Skip to content

Commit 1196c5a

Browse files
fix: minor comment grammar (#52)
1 parent 9c017bc commit 1196c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export async function afterCLA(app, claSignatureInfo) {
138138
} else {
139139
console.log(`PR #${pr?.number} in ${owner}/${repo} does not have "Pending CLA" label. Skipping.`);
140140
}
141-
//TODO: Add comment in PR: @contributor Thank you for signing CLA. @reviewers, you may go ahead with the review now.
141+
//TODO: Add comment in PR: Thank you @contributor for signing the CLA. @reviewers, you may go ahead with the review now.
142142
// Only if(filteredPrs.length<5) to avoid too many comments
143143
}
144144
} catch (error) {

0 commit comments

Comments
 (0)