increase stale frequency

This commit is contained in:
Brad Warren
2023-03-23 10:11:20 -07:00
parent 7ce1f1789e
commit 6a666b0323
+2 -2
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: