Skip to content

Commit 4d96761

Browse files
committed
fix: wrap issue support label body in quotes
1 parent b95c985 commit 4d96761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-support-label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
issue-number: ${{ github.event.issue.number }}
1818
message: >
19-
This issue has been identified as requiring additional information to debug.
19+
"This issue has been identified as requiring additional information to debug.
2020
Due to the potentially sensitive nature of the information we may have to collect,
2121
such as PHPInfo and Debug Logs, please follow [these steps](https://docs.newrelic.com/docs/new-relic-solutions/solve-common-issues/find-help-use-support-portal/#file-ticket)
2222
to create a support case, where a member of our New Relic Support Team will work
2323
with you to gather the necessary information securely and help debug your issue.
24-
24+
2525
If your subscription level does not include technical support, the
2626
other option available to customers is to use New Relic’s community support channel: [Explorers Hub](https://forum.newrelic.com/s/). From there, a member of our New Relic Support Team will work
2727
with you to gather the necessary information securely and help debug your issue.
28-
For all available options on how to get support, please see [these resources](https://docs.newrelic.com/docs/new-relic-solutions/solve-common-issues/find-help-use-support-portal/).
28+
For all available options on how to get support, please see [these resources](https://docs.newrelic.com/docs/new-relic-solutions/solve-common-issues/find-help-use-support-portal/)."

0 commit comments

Comments
 (0)