Skip to content

Commit

Permalink
[infra] Shorten CSAT message (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 18, 2024
1 parent 5c2ca36 commit 4135aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/issues/addClosingMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = async ({ core, context, github }) => {
`> We value your feedback @${issue.data.user.login}! How was your experience with our support team?`,
);
commentLines.push(
`> 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!`,
`> 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!`,
);
}

Expand Down

0 comments on commit 4135aa0

Please sign in to comment.