@@ -15,19 +15,19 @@ jobs:
1515 const prNumber = context.payload.pull_request.number;
1616
1717 const body = `
18- Thank you for opening this PR!
18+ Thank you for opening this PR!
1919
20- Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.
20+ Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.
2121
22- Please take a moment to :
23- - Check the “ Files changed” tab
24- - Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
25- - Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
26- - Finally submit all the comments!
22+ Please take a moment to:
23+ - Check the " Files changed" tab
24+ - Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
25+ - Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
26+ - Finally, submit all the comments!
2727
28- This helps make the review process smoother and gives us a clearer understanding of your thought process.
28+ This helps make the review process smoother and gives us a clearer understanding of your thought process.
2929
30- Once you've added your self-review, we'll continue from our side. Thank you!
30+ Once you've added your self-review, we'll continue from our side. Thank you!
3131 `;
3232
3333 await github.rest.issues.createComment({
0 commit comments