Skip to content

Commit 8f9606a

Browse files
[infra] Improve CSAT engagmenet message (#208)
1 parent af58ea7 commit 8f9606a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/scripts/issues/addClosingMessage.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ module.exports = async ({ core, context, github }) => {
4444
if (!['admin', 'write'].includes(userPermission.data.permission)) {
4545
commentLines.push('> [!NOTE]');
4646
commentLines.push(
47-
`> We value your feedback @${issue.data.user.login}! How was your experience with our support team?`,
48-
);
49-
commentLines.push(
50-
`> We'd love to hear your thoughts in this brief [Support Satisfaction survey](https://tally.so/r/w4r5Mk?issue=${issueNumber}&productId=${repositoryMap[repo]}). Your insights help us improve!`,
47+
`> @${issue.data.user.login} How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short [Support Satisfaction survey](https://tally.mui.com/support-satisfaction-survey?issue=${issueNumber}&productId=${repositoryMap[repo]}).`,
5148
);
5249
}
5350

0 commit comments

Comments
 (0)