From 23c483da1000832bc88882c3a140c05b87dec891 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 15 Mar 2023 17:53:54 -0400 Subject: [PATCH] Only freezes issues/prs after 120 days --- .github/workflows/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a50a40780..61c5a822d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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.