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
The documentation states that close-reason is optional:
However this is only partially true, since if not provided and close is true, the workflow will fail with the following error:
Error: GraphqlResponseError: Request failed due to following response errors:
- Variable $reason of type DiscussionCloseReason was provided invalid value
I suggest to update the documentation with something like the following:
-Optional, defaults to ''+Optional when `close` is set to `false`, defaults to ''
The text was updated successfully, but these errors were encountered:
The documentation states that
close-reason
is optional:However this is only partially true, since if not provided and
close
istrue
, the workflow will fail with the following error:I suggest to update the documentation with something like the following:
The text was updated successfully, but these errors were encountered: