Only freezes issues/prs after 120 days

This commit is contained in:
Deluan 2023-03-15 17:53:54 -04:00
parent c380139606
commit 23c483da10
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@ jobs:
steps:
- uses: dessant/lock-threads@v4.0.0
with:
issue-inactive-days: 21
pr-inactive-days: 21
issue-inactive-days: 120
pr-inactive-days: 120
log-output: true
add-issue-labels: 'frozen-due-to-age'
add-pr-labels: 'frozen-due-to-age'
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.