New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(options): add missing close-issue-reason
option
#772
fix(options): add missing close-issue-reason
option
#772
Conversation
Thanks, I missed this in #764! |
@luketomlinson would you be able to tag/publish a new version soon? |
Hi @luketomlinson, I'd like to know if we can publish a new version for the |
Just a heads up, the release caused an issue: #774, so I reverted for now. You can point your workflows to |
I've opened #775 to fix the issue. I'll try to get this in next week and ship a new version. |
New version is shipped, please let me know if you see any more issues |
Changes
Add the missing
close-issue-reason
option to theaction.yml
Context
It's great that #764 has added the
close-issue-reason
option to allow closing a stale issue with a specified reason. But it seems this new option is missing in theaction.yml
configuration file, so a warning will be generated when running the action and the stale issues can't be closed with the expected reason.Please refer to the following action for more details: https://github.com/apache/echarts/actions/runs/2618863511
Oh... I'm sorry I just found the feature hasn't been released. Perhaps, can we publish a new version for it?