From a0f8f6e6b50155624b98df67b3a6b1e3a7e2e2dc Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sat, 5 Feb 2022 13:48:05 +0100 Subject: [PATCH] Update label name in needs info autoclose action --- .github/workflows/autoclose-needs-info.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoclose-needs-info.yml b/.github/workflows/autoclose-needs-info.yml index 41a807934..3ddc6844a 100644 --- a/.github/workflows/autoclose-needs-info.yml +++ b/.github/workflows/autoclose-needs-info.yml @@ -17,7 +17,8 @@ jobs: days-before-close: 90 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: 'needs info' - stale-issue-label: 'needs info' - stale-pr-label: 'needs info' + 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