Skip to content

Commit

Permalink
ci: Change stale GitHub workflow to run once a day (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek authored Mar 10, 2022
1 parent c231f5c commit 348c5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'close stale issues/PRs'
on:
schedule:
- cron: '* */3 * * *'
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
Expand All @@ -18,7 +18,7 @@ jobs:
debug-only: false
ascending: false

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

0 comments on commit 348c5e0

Please sign in to comment.