Skip to content

Commit f50d5c2

Browse files
authored
Increase stale issue timeout (#1967)
1 parent 163dbe6 commit f50d5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/stale@v9
1212
with:
13-
stale-issue-message: "This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed."
13+
stale-issue-message: "This issue is stale because it has been open for 180 days with no activity. If there is no activity in the next 7 days, the issue will be closed."
1414
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem."
1515
ascending: false
1616
operations-per-run: 300
17-
days-before-issue-stale: 90
17+
days-before-issue-stale: 180
1818
days-before-issue-close: 7
1919
days-before-pr-stale: -1
2020
days-before-pr-close: -1

0 commit comments

Comments
 (0)