You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
We found a small bug when running /issuescreate. If we don't specify a message or template name, we still pass the action but it throws an error which doesn't result in the action failing. Really we should check if a message or template name is actually passed and otherwise throw an error and fail the action.
The error looks like:
(node:2424) UnhandledPromiseRejectionWarning: Error: EISDIR: illegal operation on a directory, read
at Object.readSync (fs.js:506:3)
at tryReadSync (fs.js:331:20)
at Object.readFileSync (fs.js:368:19)
at Object.<anonymous> (/home/runner/work/_actions/wenlock/behest/wenlock-add-commands/dist/index.js:6357:23)
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/_actions/wenlock/behest/wenlock-add-commands/dist/index.js:6265:58)
I'm hoping to have a little time this week to fix that.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We found a small bug when running
/issuescreate
. If we don't specify a message or template name, we still pass the action but it throws an error which doesn't result in the action failing. Really we should check if a message or template name is actually passed and otherwise throw an error and fail the action.The error looks like:
I'm hoping to have a little time this week to fix that.
The text was updated successfully, but these errors were encountered: