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

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
pull/33432/head
Joas Schilling 4 years ago committed by GitHub
parent e750137a9a
commit b6f23ce9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .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

Loading…
Cancel
Save