From 5fc08dd46dd5a50456e4557f4e4d3830c1c00cb9 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Thu, 1 Aug 2024 18:57:10 +0100 Subject: [PATCH] Fixed stale issue bot citing incorrect number of days before closure --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 9f963e51b..498558656 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -15,7 +15,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-issue-stale: 90 days-before-issue-close: 10 - stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 20 days, this issue will be closed." + stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 10 days, this issue will be closed." close-issue-message: "This issue has been closed as stale." days-before-pr-stale: -1 days-before-pr-close: -1