Merge pull request #9624 from certbot/more-stale

Increase stale frequency
This commit is contained in:
alexzorin 2023-04-06 09:24:25 +10:00 committed by GitHub
commit 45327d00c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: