-
Notifications
You must be signed in to change notification settings - Fork 118
Configure StaleBot #267
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
base: master
Are you sure you want to change the base?
Configure StaleBot #267
Conversation
Note: targeting |
I like this, but there are many tickets opened which are waiting for a reply from me (paused due to an investigation needed), as well as several feature requests, and I don't want to feel pressured to get something done in an allotted time, or else risk the ticket being auto-closed. (I'm doing this for fun, here) How about this: I just added a "Waiting for reply" label. Can you set this up so it only watches and closes tickets with a label of "Waiting for reply"? We'll limit it to just those ticket, then way off in the future (probably post 3.0) when most of the tickets are closed, this can be changed to be more aggressive. |
I do believe I can. |
That said, i think the description in the action repo is apt and worth considering. |
Personally: https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea
That said, for what it is worth, the default stale time is 60 days, and then the removal time is 7 days after marked stale. We can add a Stale message (that notifies all participants to reach back out) as well as a close message (and anyone can re-open the issue). Further, we can modify the tags to prevent marking as stale. I think that is all fantastic, and should be applied by default, with perhaps a configuration to ignore things that are tagged a certain way, or have an assignee, or something of that nature. |
@JeffB42 - is this.... |
This adds the configuration for the Stale GitHub Application.
This will keep the Issues and Pull Requests clean moving forward.
Resolves: #266