From d24229fc162dc3ab36044af77e940371080e4c08 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 21 Jan 2019 16:44:13 +0000 Subject: [PATCH] Github support bot: dynamic author name --- .github/support.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/support.yml b/.github/support.yml index 57eef6c96a..8b52cd0a6e 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -6,7 +6,7 @@ supportLabel: support # Comment to post on issues marked as support requests, `{issue-author}` is an # optional placeholder. Set to `false` to disable supportComment: | - Hey ___ :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development. + Hey @{issue-author} :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development. Many questions can be answered by reviewing our [documentation](https://docs.ghost.org). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions.