From ca17263640797ee075e9225e499e7d24f2de57ac Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 15 May 2025 00:33:05 +0200 Subject: [PATCH] Disable lock thread comment to reduce notification spam --- .github/workflows/lock_threads.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lock_threads.yml b/.github/workflows/lock_threads.yml index b18f3387..9c4a58fc 100644 --- a/.github/workflows/lock_threads.yml +++ b/.github/workflows/lock_threads.yml @@ -2,7 +2,7 @@ name: LockThreads on: schedule: - - cron: "0 1 * * *" + - cron: "35 0 * * *" permissions: issues: write @@ -19,16 +19,16 @@ jobs: with: github-token: ${{ github.token }} issue-inactive-days: 120 - issue-comment: > - 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-comment: > + # 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" 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-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: "resolved" process-only: "issue, pr" log-output: true