chore(stale): never auto-close stale items - #161
Merged
Conversation
Sets both close thresholds to -1, actions/stale's documented "never close" value, so issues and PRs are still labelled stale after inactivity but are never closed automatically. Rewords the stale issue and PR messages accordingly, dropping the "closed in 14 days" notice that no longer applies.
Contributor
🤖 Automated PR Validation Results✅ Version Check: Passed - Version bumped to ✨ All checks passed! This PR is ready for review. |
Releases the stale bot change: issues and PRs are still marked stale after inactivity, but are never closed automatically, and the stale messages no longer threaten a close in 14 days.
Contributor
|
🚀 Draft release created: https://github.com/apermo/bodyrefactoring/releases/tag/untagged-41eda9414359d2cb64b6 |
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.
The stale workflow currently closes inactive issues 14 days after they are
marked stale, and inactive PRs 14 days after theirs. Auto-closing is no longer
wanted: stale items should stay open so they remain visible and triageable.
Changes
days-before-issue-close: 14->-1days-before-pr-close: 14->-1-1is the documentedactions/stalevalue for "never close", with a commentnoting that.
stale-issue-messageandstale-pr-message. Both previously statedthe item "will be closed in 14 days if no further activity occurs", which is
no longer true. They now say it will not be closed automatically, keeping the
existing "please add a label or comment" / "comment or remove the stale label"
guidance.
Unchanged
days-before-issue-stale: 30anddays-before-pr-stale: 14(items are stilllabelled stale), the
actions/stale@v9version, the stale labels, the exemptlabel lists, the cron schedule, and
operations-per-run: 30.