Run stale action once a day

Instead of 4 times a day
This commit is contained in:
Yasan Ghaffarian
2022-08-14 17:17:00 +04:30
parent bee99f9771
commit 6fcd83a535

View File

@@ -1,7 +1,7 @@
name: Close stale issues and PRs
on:
schedule:
- cron: 0 */6 * * *
- cron: 0 0 * * *
workflow_dispatch:
jobs:
stale: