Skip to content

Commit

Permalink
chore: running stale bot once a day is sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Dec 20, 2024
1 parent d41fbfb commit 1dc42b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mark stale issues and pull requests
on:
workflow_dispatch:
schedule:
- cron: 35 * * * *
- cron: 35 0 * * *
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 1dc42b7

Please sign in to comment.