Currently https://github.com/JasonEtco/create-an-issue/blob/main/src/action.ts#L41 is searching for open issues only. In my scenario I want someone to be able to close an issue and not have it re-created.
This could be implemented as an additional option of existing: open, closed, defaulting to existing: open to match the current behavior.
Currently https://github.com/JasonEtco/create-an-issue/blob/main/src/action.ts#L41 is searching for open issues only. In my scenario I want someone to be able to close an issue and not have it re-created.
This could be implemented as an additional option of
existing: open, closed, defaulting toexisting: opento match the current behavior.