From 157280cef25119b9fa0c3a47380a85e89c3d80a6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 30 May 2022 10:31:52 -0400 Subject: [PATCH] Minor touch-ups on comment --- .github/workflows/test.yml | 2 +- .github/workflows/troubleshooting.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11f9d66..a1a04cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: 'test' +name: 'Test' on: push: diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index 40d6018..b1427de 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -1,4 +1,4 @@ -name: 'troubleshooting' +name: 'Troubleshooting' on: issues: @@ -17,11 +17,11 @@ jobs: with: script: |- const msg = - `Hi there ${context.actor} :wave:!\n` + + `Hi there @${context.actor} :wave:!\n` + `\n` + - `Thank you for reporting an issue. Our team will triage this as soon as we ` + + `Thank you for opening an issue. Our team will triage this as soon as we ` + `can. Please take a moment to review the ` + - `[troubleshooting steps](https://github.com/google-github-actions/auth/blob/main/docs/TROUBLESHOOTING.md)` + + `[troubleshooting steps](https://github.com/google-github-actions/auth/blob/main/docs/TROUBLESHOOTING.md) ` + `which lists common error messages and their resolution steps.`; await github.rest.issues.createComment({