Skip to content

Commit b95c985

Browse files
committed
fix: wrap issue body text in quotes
1 parent 2f024e5 commit b95c985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bug-report-response.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
issue-number: ${{ github.event.issue.number }}
1818
message: >
19-
Thank you for your issue report. A member of the New Relic PHP Agent Team
19+
"Thank you for your issue report. A member of the New Relic PHP Agent Team
2020
will review your report and endeavor to respond in a timely manner.
21-
21+
2222
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/).
2323
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
2424
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.
@@ -33,4 +33,4 @@ jobs:
3333
Need more information about an Agent INI setting? Our [Configuration](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/)
3434
page contains an explanation for each INI setting and how to modify the defaults.
3535
36-
Looking for something else? All New Relic PHP Agent Documentation can be found under our [Introduction](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/introduction-new-relic-php/) page.
36+
Looking for something else? All New Relic PHP Agent Documentation can be found under our [Introduction](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/introduction-new-relic-php/) page."

0 commit comments

Comments
 (0)