aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2024-02-29 20:43:42 -0500
committerGitHub <noreply@github.com>2024-03-01 09:43:42 +0800
commit5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef (patch)
treef01fb711f0ed0287be8cd081231765851f6a109c /.github
parenta6eb298098983b7aae028fff4d80d15d5510f10b (diff)
downloadgitea-5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef.tar.gz
gitea-5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef.zip
Don’t comment when locking (#29508)
This reduces the number of emails/notifications on outdated issues. Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cron-lock.yml4
1 files changed, 0 insertions, 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)