Reduce stale to run every 8h

Reduce stale to run every 8h

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-07-01 17:59:13 +02:00
parent c25ebfcee8
commit fd0291d794

View File

@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '* * */1 * *'
- cron: '0 */8 * * *'
jobs:
stale:
runs-on: ubuntu-latest