From 4b820ff7c1cde91228eb30fb814ae60c3ee7b6d8 Mon Sep 17 00:00:00 2001 From: Franca Winter Date: Mon, 8 Apr 2024 14:05:47 +0200 Subject: [PATCH] Update close_inactive_issues.yml --- .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 be71fa7..167b580 100644 --- a/.github/workflows/close_inactive_issues.yml +++ b/.github/workflows/close_inactive_issues.yml @@ -14,5 +14,5 @@ jobs: 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." + stale-issue-message: "Hey! This issue is still open, but there hasn't been any activity for a month 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."