This commit is contained in:
kjeld Schouten-Lebbing
2022-03-31 20:22:03 +02:00
parent 50c0bdbb22
commit 84120b50a6
5 changed files with 59 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
---
name: "Mark or close stale issues and PRs"
on:
workflow_dispatch:
schedule:
# Run the stalebot every day at 8pm UTC
- cron: "00 20 * * *"
jobs:
stale:
uses: truecharts/.github/.github/workflows/stale.yaml@main