Skip to content

Commit dce80a8

Browse files
authored
Change contributor feedback request message (#59645)
1 parent 16b7420 commit dce80a8

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/feedback-prompt.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)