Skip to content

Commit 4135aa0

Browse files
[infra] Shorten CSAT message (#203)
1 parent 5c2ca36 commit 4135aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = async ({ core, context, github }) => {
4747
`> We value your feedback @${issue.data.user.login}! How was your experience with our support team?`,
4848
);
4949
commentLines.push(
50-
`> If you could spare a moment, 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!`,
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!`,
5151
);
5252
}
5353

0 commit comments

Comments
 (0)