Skip to content

Commit ba65aac

Browse files
Copilotmnriem
andcommitted
Update stale timing: mark at 150 days, close at 180 days
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent b65cbde commit ba65aac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
- uses: actions/stale@v9
1717
with:
1818
# Days of inactivity before an issue or PR becomes stale
19-
days-before-stale: 180
19+
days-before-stale: 150
2020
# Days of inactivity before a stale issue or PR is closed (after being marked stale)
21-
days-before-close: 7
21+
days-before-close: 30
2222

2323
# Stale issue settings
24-
stale-issue-message: 'This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed in 7 days if no further activity occurs.'
25-
close-issue-message: 'This issue has been automatically closed due to inactivity. If you believe this issue is still relevant, please reopen it or create a new issue.'
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.'
2626
stale-issue-label: 'stale'
2727

2828
# Stale PR settings
29-
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had any activity for 180 days. It will be closed in 7 days if no further activity occurs.'
30-
close-pr-message: 'This pull request has been automatically closed due to inactivity. If you believe this PR is still relevant, please reopen it or create a new PR.'
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.'
3131
stale-pr-label: 'stale'
3232

3333
# Exempt issues and PRs with these labels from being marked as stale

0 commit comments

Comments
 (0)