Make stale action run more often to deal with old PRs

This commit is contained in:
Andrii Siriak 2021-09-22 19:32:23 +03:00 committed by GitHub
parent ce151a8bd8
commit 0226b00a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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