-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add github stale issues action #863
Conversation
547e095
to
ffb0d2d
Compare
Just a quick reply not an actual answer. I think this is a good direction as I can definitly see what you mean about duplicate issues, outdated bug reports, etc. I do think there are "special" issues what should be treated different from this though well the cases are more rare, I do see a special issue tag which would prevent a issue from going stale. I am fine with whatever happens but I do think this is an interesting precendent. |
@KolbyML I'm inclined to mostly agree with you here, so I've added the I think it'll be a flamingo task to comb all of the recently "stale"d issues and decide whether they're..
Though my best sense is that we'll really want to avoid using the |
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.
Great idea
Though I'd be in favor of lowering the days-before-issue-stale
, two months seems a bit past stale to me. What if we make it a multiple of seven too, like 42? Six weeks to staleness, eight weeks to closed automatically.
39ae12f
to
178b0e0
Compare
178b0e0
to
bf4ebb6
Compare
I think this PR needed more discussion across the team, it is quite a significant change in how we handle old issues. I'm not sure if the pros outweigh the cons here and we don't have a well-defined protocol for what to do with the issues marked as stale from the bot. |
@ogenev Yeah no problem. It was ready for review for over a week, and I figured that was enough time that people would speak up if there was any opposition. But I do agree if we're not all on board with using the bot, or at least the current configuration, then that's something we should discuss and reach consensus on during a sync. |
What was wrong?
As I'm combing through our issues list, I'm finding that we don't have the best track record with tracking issues after they've been opened. I've seen a fair number of duplicate issues, outdated bug reports, and issues that were solved but never close.
The Stale Issues Action, introduced here will...
The action itself is very customizable, but imo this default is sufficient to start with and we can adjust it as we see fit.
How was it fixed?
Introduced github action
To-Do