diff options
author | techknowlogick <techknowlogick@gitea.com> | 2024-02-29 20:43:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 09:43:42 +0800 |
commit | 5e32cd6beb1a4f11bd19e6d44ba2a50828b686ef (patch) | |
tree | f01fb711f0ed0287be8cd081231765851f6a109c /.github | |
parent | a6eb298098983b7aae028fff4d80d15d5510f10b (diff) | |
download | gitea-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.yml | 4 |
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) |