From b6f23ce9b447d6df9b1970dab043d6ad5a36b9dc Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:33:20 +0200 Subject: Remove "needs info" label when the issue is not stale anymore Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 28b928dd77e..13dc697664c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,6 +24,7 @@ jobs: for your contributions. stale-issue-label: 'stale' only-labels: 'needs info' + labels-to-remove-when-unstale: 'needs info,stale' exempt-issue-labels: '1. to develop,2. developing,3. to review,4. to release,security' days-before-stale: 30 days-before-close: 14 -- cgit v1.2.3