set stale action to run every 15 min

This commit is contained in:
JAremko 2020-02-27 15:19:40 +02:00 committed by Eugene Yaremenko
parent 5c97cee9a0
commit 6002984037
1 changed files with 1 additions and 1 deletions

2
.github/workflows/stale.yml vendored Normal file → Executable file
View File

@ -1,7 +1,7 @@
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: '*/15 * * * *'
jobs:
stale: