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 comments after disabling closure

With days-before-close: -1, actions/stale@v10 documents this input as “never close stale issues or pull requests,” but this workflow still posts the unchanged stale issue/PR messages above saying “Will close in 14 days.” In the weekly stale workflow, every newly stale issue or PR will now receive a false auto-close warning even though the new policy is label-only, so the closure text should be removed or updated when disabling close.

Useful? React with 👍 / 👎.

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