Minor touch-ups on comment
This commit is contained in:
parent
a771ff81e2
commit
157280cef2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 'test'
|
name: 'Test'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
8
.github/workflows/troubleshooting.yml
vendored
8
.github/workflows/troubleshooting.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 'troubleshooting'
|
name: 'Troubleshooting'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
@ -17,11 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
script: |-
|
script: |-
|
||||||
const msg =
|
const msg =
|
||||||
`Hi there ${context.actor} :wave:!\n` +
|
`Hi there @${context.actor} :wave:!\n` +
|
||||||
`\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 ` +
|
`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.`;
|
`which lists common error messages and their resolution steps.`;
|
||||||
|
|
||||||
await github.rest.issues.createComment({
|
await github.rest.issues.createComment({
|
||||||
|
Loading…
Reference in New Issue
Block a user