From b66351ab584c5effab408d67cdc465496d9b8c90 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Tue, 4 Jul 2023 21:01:36 +0200 Subject: [PATCH] Fix needs info autoclose --- .github/workflows/autoclose-needs-info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoclose-needs-info.yml b/.github/workflows/autoclose-needs-info.yml index 3ddc6844a..aa29fdd12 100644 --- a/.github/workflows/autoclose-needs-info.yml +++ b/.github/workflows/autoclose-needs-info.yml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/stale@v4 with: - days-before-stale: -1 days-before-close: 90 + stale-issue-message: "" + stale-pr-message: "" close-issue-message: 'This issue is missing necessary information and cannot be worked on in its current state. It has therefore been closed to keep the issue tracker clean. If you have more information, feel free to reopen it.' close-pr-message: 'This PR is missing necessary information and cannot be merged in its current state. It has therefore been closed to keep the issue tracker clean. If you have more information, feel free to reopen it.' only-labels: 'state: needs info' stale-issue-label: 'state: needs info' stale-pr-label: 'state: needs info' - remove-stale-when-updated: false enable-statistics: true