Skip to content

Commit 304d7ef

Browse files
authored
Merge pull request #2493 from docker/include-support-gha-message
[GHA] Update message to include the support link.
2 parents 87f9a9a + 0cb71ae commit 304d7ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/set_new_label_and_comment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
script: |
33-
const message = `Thanks for your feedback :thumbsup:.
33+
const message = `Thank you for your feedback :thumbsup:.
3434
35-
Our team will soon take a look at your issue.
35+
Our team will review your issue shortly.
36+
In the meantime, feel free to provide as many details as possible, as this will speed up the resolution.
3637
37-
In the meantime, feel free to give us as many details as possible, as this will speed up the resolution.
38+
If you need assistance rather than providing feedback, please contact the Docker support team via https://www.docker.com/support/ for a prompt response, and close this issue.
3839
`
3940
4041
github.rest.issues.createComment({

0 commit comments

Comments
 (0)