From a1109f2c8eac20e56c8c56497e802d09458bc58d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 29 May 2022 13:11:58 -0400 Subject: [PATCH] Mention the user --- .github/workflows/troubleshooting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index 4657584..7fe5c14 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -16,7 +16,7 @@ jobs: with: script: |- const msg = - `Hi there :wave:!\n` + + `Hi there ${context.actor} :wave:!\n` + `\n` + `Thank you for reporting an issue. Our team will triage this as soon as we ` + `can. Please take a moment to review the ` +