From 77f0fb3bd1c1fbf8f029e854f660d9b15d67c833 Mon Sep 17 00:00:00 2001 From: tommaso-moro Date: Mon, 18 Aug 2025 15:51:12 +0100 Subject: [PATCH 1/2] update PR_DAYS_BEFORE_STALE --- .github/workflows/close-inactive-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index c9ece2b6f..067d33644 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -7,7 +7,7 @@ jobs: close-issues: runs-on: ubuntu-latest env: - PR_DAYS_BEFORE_STALE: 60 + PR_DAYS_BEFORE_STALE: 170 PR_DAYS_BEFORE_CLOSE: 10 PR_STALE_LABEL: stale permissions: From 074573aaa635fd196979d9089377839aed55dc6a Mon Sep 17 00:00:00 2001 From: tommaso-moro Date: Mon, 18 Aug 2025 15:54:39 +0100 Subject: [PATCH 2/2] update to mark as stale after 60 days --- .github/workflows/close-inactive-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index 067d33644..829233029 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -7,8 +7,8 @@ jobs: close-issues: runs-on: ubuntu-latest env: - PR_DAYS_BEFORE_STALE: 170 - PR_DAYS_BEFORE_CLOSE: 10 + PR_DAYS_BEFORE_STALE: 60 + PR_DAYS_BEFORE_CLOSE: 120 PR_STALE_LABEL: stale permissions: issues: write