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