From a2c72ce23f5ab3eb6abb6ef526d60df6ad263760 Mon Sep 17 00:00:00 2001 From: Franca Winter Date: Mon, 8 Jan 2024 16:51:07 +0100 Subject: [PATCH] Update close_inactive_issues.yml --- .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 808cd99..be71fa7 100644 --- a/.github/workflows/close_inactive_issues.yml +++ b/.github/workflows/close_inactive_issues.yml @@ -11,8 +11,8 @@ jobs: steps: - uses: actions/stale@v5 with: - days-before-issue-stale: 7 + days-before-issue-stale: 30 days-before-issue-close: 7 stale-issue-label: "stale" stale-issue-message: "Hey! This issue is still open, but there hasn't been any activity for a week now, so we will be marking this issue as stale and closing it in a week if it's still inactive." - close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale." \ No newline at end of file + close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale."