We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c017bc commit 1196c5aCopy full SHA for 1196c5a
src/helpers.js
@@ -138,7 +138,7 @@ export async function afterCLA(app, claSignatureInfo) {
138
} else {
139
console.log(`PR #${pr?.number} in ${owner}/${repo} does not have "Pending CLA" label. Skipping.`);
140
}
141
- //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.
142
// Only if(filteredPrs.length<5) to avoid too many comments
143
144
} catch (error) {
0 commit comments