Enclose in double quotes and use correct ticks

This commit is contained in:
roykho 2022-03-18 07:30:40 -07:00
parent 9ffaf34c23
commit f8b76b7662
No known key found for this signature in database
GPG Key ID: 00D6C128DC6E0F71
1 changed files with 4 additions and 4 deletions

View File

@ -98,14 +98,14 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Thanks for the suggestion @${{ github.event.issue.user.login }},\n\n\
While we appreciate you sharing your ideas with us, it doesnt fit in with our current priorities for the project.\n\
body: "Thanks for the suggestion @${{ github.event.issue.user.login }},\n\n\
While we appreciate you sharing your ideas with us, it doesn't fit in with our current priorities for the project.\n\
At some point, we may revisit our priorities and look through the list of suggestions like this one to see if it \
warrants a second look.\n\n\
In the meantime, we are going to close this issue with the `votes needed` label and evaluate over time if this \
issue collects more feedback.\n\n\
Dont be alarmed if you dont see any activity on this issue for a while. \
We'll keep an eye on the popularity of this request.'
Don't be alarmed if you don't see any activity on this issue for a while. \
We'll keep an eye on the popularity of this request."
})
- name: Close votes needed issue
uses: actions/github-script@v5