File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,22 +53,21 @@ jobs:
5353 .join(" ");
5454
5555 let commentBody;
56-
5756 if (assignees) {
5857 commentBody =
5958 "👋 " + assignees +
60- " - Please leave us feedback on your contributing experience ! " +
61- "To do this , please go to `#docs-contributor-feedback` on Slack.";
59+ " - Thanks for your contribution ! " +
60+ "If you think something could be improved about the contributor experience , please post in `#docs-contributor-feedback` on Slack.";
6261 } else if (prAuthor.toLowerCase() !== "copilot") {
6362 commentBody =
6463 "👋 @" + prAuthor +
65- " - Please leave us feedback on your contributing experience ! " +
66- "To do this , please go to `#docs-contributor-feedback` on Slack.";
64+ " - Thanks for your contribution ! " +
65+ "If you think something could be improved about the contributor experience , please post in `#docs-contributor-feedback` on Slack.";
6766 } else {
6867 // nobody to mention!
6968 commentBody =
70- "👋 Please leave us feedback on your contributing experience ! " +
71- "To do this , please go to `#docs-contributor-feedback` on Slack.";
69+ "👋 Thanks for your contribution ! " +
70+ "If you think something could be improved about the contributor experience , please post in `#docs-contributor-feedback` on Slack.";
7271 }
7372
7473 await github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments