Skip to content

Commit

Permalink
Lock issues and pulls faster (go-gitea#29436)
Browse files Browse the repository at this point in the history
also point to the docs to explain why we do so

followup to  go-gitea#29433
  • Loading branch information
6543 authored Feb 27, 2024
1 parent 6bdfc84 commit 0900c15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cron-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: 45
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)

0 comments on commit 0900c15

Please sign in to comment.