Skip to content

Commit 0900c15

Browse files
authored
Lock issues and pulls faster (#29436)
also point to the docs to explain why we do so followup to #29433
1 parent 6bdfc84 commit 0900c15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cron-lock.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ jobs:
1919
steps:
2020
- uses: dessant/lock-threads@v5
2121
with:
22-
issue-inactive-days: 45
22+
issue-inactive-days: 10
23+
issue-comment: |
24+
Automatically locked because of our [CONTRIBUTING guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#issue-locking)
25+
pr-inactive-days: 7
26+
pr-comment: |
27+
Automatically locked because of our [CONTRIBUTING guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#issue-locking)

0 commit comments

Comments
 (0)