Skip to content

Commit 3636756

Browse files
chore: increase time before issue/pr is stale
1 parent 6e206bf commit 3636756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/stale@v5
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
days-before-issue-stale: 30
25-
days-before-issue-close: 14
26-
days-before-pr-stale: 30
27-
days-before-pr-close: 14
24+
days-before-issue-stale: 90
25+
days-before-issue-close: 30
26+
days-before-pr-stale: 90
27+
days-before-pr-close: 30
2828
stale-issue-message: 'This issue is stale because it has not seen activity in 30 days. Remove the `stale` label or comment within 14 days, or it will be closed.'
2929
stale-pr-message: 'This pull request is stale because it has not seen activity in 30 days. Remove the `stale` label or comment within 14 days, or it will be closed.'
3030
stale-issue-label: 'stale'

0 commit comments

Comments
 (0)