From 9639525ddd35a4f9272dd98ac5e3e1a464b57fc4 Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Mon, 2 Jun 2025 14:31:55 +0200 Subject: [PATCH] fix: Hourly --- .gitea/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/stale.yml b/.gitea/workflows/stale.yml index 773eac4..7ba5af9 100644 --- a/.gitea/workflows/stale.yml +++ b/.gitea/workflows/stale.yml @@ -1,7 +1,8 @@ name: "Close stale issues and PRs" on: + workflow_dispatch: schedule: - - cron: "30 1 * * *" + - cron: "@hourly" jobs: stale: -- 2.47.2