JasonEtco / create-an-issue

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

Don't include `is:all` in issue filter #140

Closed JasonEtco closed 1 year ago

JasonEtco commented 1 year ago

This PR adds a check for valid search states before attempting to append is:<state> to the search query. This should prevent any invalid states (like all) from causing it to return no search results.

Closes https://github.com/JasonEtco/create-an-issue/issues/121