From c0ac50a501cfc8f6a3612355a92a60b0ca580c01 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 14 May 2025 22:56:25 +0200 Subject: [PATCH] Fix lock threads job issues --- .github/workflows/lock_threads.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock_threads.yml b/.github/workflows/lock_threads.yml index 0fd09259..e201d61c 100644 --- a/.github/workflows/lock_threads.yml +++ b/.github/workflows/lock_threads.yml @@ -2,7 +2,7 @@ name: LockThreads on: schedule: - - cron: "50 * * * *" + - cron: "0 * * * *" workflow_dispatch: permissions: @@ -24,12 +24,12 @@ jobs: This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. - issue-lock-reason: "Resolved" + issue-lock-reason: "resolved" pr-inactive-days: 120 pr-comment: > This pull request thread has been automatically locked since there has not been any recent activity after it was closed. Please open an issue for any related bugs or feature requests. - pr-lock-reason: "Completed" - process-only: "issues. prs" + pr-lock-reason: "resolved" + process-only: "issue, pr" log-output: true