Skip to content

Commit 2644554

Browse files
authored
Update stale.yml
1 parent a1aa0b6 commit 2644554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/stale@v9
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
24-
days-before-stale: 90
25-
days-before-close: 15
23+
stale-issue-message: 'This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
24+
days-before-stale: 150
25+
days-before-close: 30
2626
stale-issue-label: 'stale'

0 commit comments

Comments
 (0)