Skip to content

Commit cc6ac85

Browse files
authored
innocent whistle...
1 parent 993780a commit cc6ac85

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
@@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
77

88
on:
99
schedule:
10-
- cron: '42 11 * * *'
10+
- cron: '45 20 * * *'
1111

1212
jobs:
1313
stale:
@@ -26,7 +26,7 @@ jobs:
2626
stale-issue-label: 'wonfix'
2727
stale-pr-label: 'wonfix'
2828
close-issue-label: 'declined'
29-
days-before-stale: 300
29+
days-before-stale: 200
3030
days-before-close: 60
3131
exempt-issue-labels: notstale
3232
exempt-pr-labels: notstale

0 commit comments

Comments
 (0)