Add stale bot to automatically close inactive issues and PRs#1164
Open
Add stale bot to automatically close inactive issues and PRs#1164
Conversation
Contributor
|
While I generally agree that this can help with issue hygiene, it's also a bit offensive to the original reporter when the maintainer(s) didn't have time to catch up and an issue just gets closed by a bot. A probably more sensitive way to handle it is that the bot only handles issues that are waiting for input from non-maintainers. WDYT @Kidswiss @lieneluksika @bastjan ? |
Mark issues and PRs as stale after 90 days of inactivity, close after 30 more days without response. Enhancement requests and issues labeled lifecycle/frozen are exempt. This prevents the backlog from accumulating stale items that require periodic manual triage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Aarno Aukia <aarno.aukia@vshn.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
actions/staleworkflow to automatically manage inactive issues and PRs:lifecycle/stalewith a friendly commentenhancementorlifecycle/frozenWhy
During this triage session we manually closed ~10 stale issues/PRs that had been inactive for 1-2+ years. Automating this prevents the backlog from growing unbounded and keeps the issue tracker focused on active work.
Maintainers can always:
lifecycle/frozento keep important long-term issues openTest plan
enhancementissues are not marked stalelifecycle/frozenlabel exemption works🤖 Generated with Claude Code
Relates-to: #905