-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
meta: allow users to reopen stale issues via commands #55498
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
BTW the cons of this is that it may slow down our actions by a few seconds, if a lot of users are commenting at the same time, and it'll clog the list of actions that ran at https://github.com/nodejs/node/actions Also see #54672 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks
+1 but this might be something we want the @nodejs/tsc to review as it does fundamentally change how we manage issues. |
Also, once this lands, we should look into landing #54672, and similar PRs |
This is a draft as I'd love some opinions on whether this is behavior the project would like to support.
@ljharb pointed out in this thread that it would be ideal if we "can offer a stalebot command that anyone can use to reopen [the issue]".
This is a basic implemention of such commands, so I'd love some opinions on whether this behavior we'd want to support.
(@ljharb do you have anything to add?)