You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add stale workflow for 180-day inactive issues and PRs (#1594)
* Initial plan
* Add stale issues and PRs workflow
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
* Add 7-day grace period before closing stale items
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
* Update stale timing: mark at 150 days, close at 180 days
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
# Days of inactivity before an issue or PR becomes stale
19
+
days-before-stale: 150
20
+
# Days of inactivity before a stale issue or PR is closed (after being marked stale)
21
+
days-before-close: 30
22
+
23
+
# Stale issue settings
24
+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had any activity for 150 days. It will be closed in 30 days if no further activity occurs.'
25
+
close-issue-message: 'This issue has been automatically closed due to inactivity (180 days total). If you believe this issue is still relevant, please reopen it or create a new issue.'
26
+
stale-issue-label: 'stale'
27
+
28
+
# Stale PR settings
29
+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had any activity for 150 days. It will be closed in 30 days if no further activity occurs.'
30
+
close-pr-message: 'This pull request has been automatically closed due to inactivity (180 days total). If you believe this PR is still relevant, please reopen it or create a new PR.'
31
+
stale-pr-label: 'stale'
32
+
33
+
# Exempt issues and PRs with these labels from being marked as stale
34
+
exempt-issue-labels: 'pinned,security'
35
+
exempt-pr-labels: 'pinned,security'
36
+
37
+
# Only issues or PRs with all of these labels are checked
0 commit comments