mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
increase stale frequency
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Update Stale Issues
|
name: Update Stale Issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run at midnight every night
|
# Run 24 minutes past the hour 4 times a day.
|
||||||
- cron: '24 1 * * *'
|
- cron: '24 */6 * * *'
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user