ci: fix stale workflow

This commit is contained in:
Folke Lemaitre 2024-06-05 15:43:22 +02:00
parent d6dea2247c
commit 90d8ff27d2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -1,7 +1,9 @@
name: Close stale issues and PRs
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
jobs:
stale: