Skip to content

Commit

Permalink
Merge pull request #9624 from certbot/more-stale
Browse files Browse the repository at this point in the history
Increase stale frequency
  • Loading branch information
alexzorin committed Apr 5, 2023
2 parents 163bb9e + 6a666b0 commit 45327d0
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,8 +1,8 @@
name: Update Stale Issues
on:
schedule:
# Run at midnight every night
- cron: '24 1 * * *'
# Run 24 minutes past the hour 4 times a day.
- cron: '24 */6 * * *'
permissions:
issues: write
jobs:
Expand Down

0 comments on commit 45327d0

Please sign in to comment.