Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
stale-issue-message: 'Marked stale due to inactivity. Will close in 14 days.'
stale-pr-message: 'Marked stale due to inactivity. Will close in 14 days.'
days-before-stale: 60
days-before-close: 14
days-before-close: -1
Comment on lines 15 to +18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update stale warnings for never-close mode

With days-before-close: -1, actions/stale@v10 no longer closes stale issues or PRs, but the stale messages still tell contributors the item “Will close in 14 days.” Every stale-label run will now post an inaccurate deadline, which contradicts the intended never-close policy and can mislead users into thinking their issue or PR is about to be closed.

Useful? React with 👍 / 👎.

exempt-issue-labels: 'pinned,evergreen,omega,blocked'
exempt-pr-labels: 'pinned,evergreen,work-in-progress'
stale-issue-label: 'stale'
Expand Down
Loading