I want to use your Github action to create Issues for some tests after a deployment process. After each release I want to close the old issues.
If there is no issue yet (on the first release), I logically get the error: Couldn't find previous issue with labels.
Would it be possible not to throw an error if there is no issue with these labels yet?
I want to use your Github action to create Issues for some tests after a deployment process. After each release I want to close the old issues. If there is no issue yet (on the first release), I logically get the error: Couldn't find previous issue with labels. Would it be possible not to throw an error if there is no issue with these labels yet?