Skip to content

Commit 348c5e0

Browse files
authored
ci: Change stale GitHub workflow to run once a day (#605)
1 parent c231f5c commit 348c5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'close stale issues/PRs'
22
on:
33
schedule:
4-
- cron: '* */3 * * *'
4+
- cron: '0 0 * * *'
55
workflow_dispatch:
66
jobs:
77
stale:
@@ -18,7 +18,7 @@ jobs:
1818
debug-only: false
1919
ascending: false
2020

21-
exempt-issue-labels: "Status: Backlog,Status: In Progress, Status: Confirmed, Status: Blocked"
21+
exempt-issue-labels: "Status: Backlog,Status: In Progress"
2222
stale-issue-label: "Status: Stale"
2323
stale-issue-message: |-
2424
This issue has gone three weeks without activity. In another week, I will close it.

0 commit comments

Comments
 (0)