Reduce the timeout for auto-locking issues

This commit is contained in:
baldurk
2026-03-15 17:19:10 +00:00
parent ecfa3f2eb3
commit b157bd509d
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
rate-limit-buffer: 500
days-inactive-issues: 70
days-inactive-prs: 70
days-inactive-issues: 10
days-inactive-prs: 2
lock-reason-issues: "resolved"
lock-reason-prs: "resolved"