Skip to content

Commit

Permalink
fix: minor comment grammar (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Sep 27, 2024
1 parent 9c017bc commit 1196c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1196c5a

Please sign in to comment.