Browse Source

Remove "needs info" label when the issue is not stale anymore

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Joas Schilling 1 year ago
parent
commit
b6f23ce9b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/stale.yml

+ 1 - 0
.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