Turn on the fixed stalebot (#45355)

It will run weekly and it promised not to touch issues of the wrong
types anymore.

Release Notes:

- N/A
This commit is contained in:
Lena
2025-12-19 13:41:03 +01:00
committed by GitHub
parent 95ae388c0c
commit b9aef75f2d

View File

@@ -1,7 +1,7 @@
name: "Close Stale Issues"
on:
schedule:
- cron: "0 8 31 DEC *"
- cron: "0 2 * * 5"
workflow_dispatch:
inputs:
debug-only: