reduce stale checker frequency

run once a week
This commit is contained in:
Lin Yu-Chieh (Victor) 2022-11-05 16:13:15 +08:00 committed by GitHub
parent a41b054f85
commit e5fc032558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ permissions:
on:
schedule:
- cron: '16 16 * * *'
- cron: '16 16 * * 0'
jobs:
stale: