stale.yml

This commit is contained in:
egelhaus 2025-05-05 17:02:59 +02:00 committed by GitHub
parent 9b76875169
commit 6608b18ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
name: Close inactive issues
on:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
- cron: "*/30 * * * *"
jobs:
close-issues: