JasonEtco / create-an-issue

A GitHub Action for creating a new issue from a template file.
MIT License
258 stars 83 forks source link

Add quotes around title in search query #141

Closed parkerbxyz closed 1 year ago

parkerbxyz commented 1 year ago

Without quotes, some queries find more than 100 results, but only the first 100 are returned. This can lead to matching issues titles not being found even when they exist.

Any quotes present in the issue title included in the query will be escaped to avoid conflicting quotes.