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>
pull/29497/head^2
techknowlogick 9 months ago committed by GitHub
parent a6eb298098
commit 5e32cd6beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/cron-lock.yml

@ -20,8 +20,4 @@ jobs:
- uses: dessant/lock-threads@v5 - uses: dessant/lock-threads@v5
with: with:
issue-inactive-days: 10 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-inactive-days: 7
pr-comment: |
Automatically locked because of our [CONTRIBUTING guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#issue-locking)

Loading…
Cancel
Save