Skip to content

Commit

Permalink
ci: fix body handling for issue response (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr authored May 7, 2024
1 parent 4f470da commit 692e41e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bug-report-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
message: >
Thank you for your issue report. A member of the New Relic PHP Agent Team
will review your report and endeavor to respond in a timely manner.
Need troubleshooting help? Please review some of our common troubleshooting documentation, starting with [generating debug logs](https://docs.newrelic.com/docs/apm/agents/php-agent/troubleshooting/generating-logs-troubleshooting-php/).
From there, additional resources and tips are available in our troubleshooting section, accessible from the left-hand panel of our documentation site. Additionally, please be sure to visit
our [Explorer's Hub](https://forum.newrelic.com/s/), where other members of the community may have solved an issue similar to yours with the help of our Support team members.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- name: respond to issue
run: |
gh issue comment ${{ inputs.issue-number }} --body ${{ inputs.message }}
gh issue comment ${{ inputs.issue-number }} --body "${{ inputs.message }}"
2 changes: 1 addition & 1 deletion .github/workflows/issue-support-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
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.
Expand Down

0 comments on commit 692e41e

Please sign in to comment.