Merge pull request 'fix: Hourly' (!262) from improve-stale into main

Reviewed-on: #262
This commit is contained in:
Jan K9f 2025-06-02 12:38:54 +00:00
commit 39feba7d1d
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

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