Refactor .github/workflows/stale.yml: Update schedule for closing inactive issues

This commit is contained in:
mauro-balades
2024-09-08 11:53:15 +02:00
parent 7b75bc8748
commit daf4bd48b2

View File

@@ -1,7 +1,8 @@
name: Close inactive issues
on:
schedule:
- cron: "53 11 * * *"
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
close-issues: