Skip to content

Commit c082eab

Browse files
authored
Update close_stale.yml
1 parent 39dc6fb commit c082eab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/close_stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Close Stale Issues
22
on:
33
schedule:
4-
- cron: '30 1 * * *'
4+
- cron: '0 0 * * *'
55

66
permissions:
77
issues: write
@@ -16,3 +16,5 @@ jobs:
1616
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1717
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity.'
1818
days-before-pr-close: -1
19+
stale-issue-label: stale
20+
stale-pr-label: stale

0 commit comments

Comments
 (0)