Set Stale Issue bot to check only once a day

This commit is contained in:
Adrian Scillato 2020-12-05 15:32:53 -03:00 committed by GitHub
parent b94e9eb6d5
commit 730e7d48ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: "Mark or close stale issues and PRs"
on:
schedule:
- cron: "00 * * * *"
- cron: "15 05 * * *"
jobs:
stale: