mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #9624 from certbot/more-stale
Increase stale frequency
This commit is contained in:
commit
45327d00c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue