Skip to content

Commit

Permalink
fix: wrap issue support label body in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed May 6, 2024
1 parent b95c985 commit 4d96761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-support-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
message: >
This issue has been identified as requiring additional information to debug.
"This issue has been identified as requiring additional information to debug.
Due to the potentially sensitive nature of the information we may have to collect,
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)
to create a support case, where a member of our New Relic Support Team will work
with you to gather the necessary information securely and help debug your issue.
If your subscription level does not include technical support, the
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
with you to gather the necessary information securely and help debug your issue.
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/).
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 comments on commit 4d96761

Please sign in to comment.