Automatically remove closed issues after a certain time #4256
Replies: 3 comments 3 replies
-
|
Hi @azenMatt -- coincidentally, this issue that you posted from two weeks ago is another item in my own project that I just knocked out today. While it'd be neat if GitHub natively supported In my scenario, I keep a layer of So in a nutshell:
This is how I keep our study group's |
Beta Was this translation helpful? Give feedback.
-
|
We use this github action to handle this: Using this, you can specify a stale period, and then it will automatically close stale issues and insert a last comment indicating that they should review/re-open their issue if they feel it should still be worked on. I prefer this method as it gives me a lot of control with custom responses and status! |
Beta Was this translation helpful? Give feedback.
-
|
I would love to at least be able to hide closed issues from project boards. I don't want to remove them, necessarily, as it's often useful to have the history there (at least until the project is finished). |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I've set up my project board to track a backlog of work, and have a separate view for a current work cycle / sprint. Over time I end up with a lot of closed issues that I then have to manually remove.
It would be great if these items were auto-archived or filtered out after a certain amount of time.
Beta Was this translation helpful? Give feedback.
All reactions