From 227f30361f7a80a414f5449d3eb95dd5d315ccce Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Mon, 17 Jul 2023 21:15:14 +0200 Subject: [PATCH] Try to fix autoclose for real --- .github/workflows/autoclose-needs-info.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autoclose-needs-info.yml b/.github/workflows/autoclose-needs-info.yml index aa29fdd12..2ae68b1b9 100644 --- a/.github/workflows/autoclose-needs-info.yml +++ b/.github/workflows/autoclose-needs-info.yml @@ -19,6 +19,4 @@ jobs: 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' enable-statistics: true