Skip to content

Commit 3364999

Browse files
authored
Update stale.yml
1 parent 11ba5ed commit 3364999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity.'
13-
days-before-stale: 5
14-
days-before-close: 7
13+
days-before-stale: 7
14+
days-before-close: 3
1515
exempt-issue-labels: 'bug'
1616
exempt-pr-labels: 'bug,frozen,10.x-dev'

0 commit comments

Comments
 (0)