From 5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 29 Feb 2024 20:43:42 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20comment=20when=20locking=20(#29?= =?UTF-8?q?508)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reduces the number of emails/notifications on outdated issues. Co-authored-by: John Olheiser --- .github/workflows/cron-lock.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cron-lock.yml b/.github/workflows/cron-lock.yml index d4172687d5..665313135b 100644 --- a/.github/workflows/cron-lock.yml +++ b/.github/workflows/cron-lock.yml @@ -20,8 +20,4 @@ jobs: - uses: dessant/lock-threads@v5 with: issue-inactive-days: 10 - issue-comment: | - Automatically locked because of our [CONTRIBUTING guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#issue-locking) pr-inactive-days: 7 - pr-comment: | - Automatically locked because of our [CONTRIBUTING guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#issue-locking)