Browse Source

Add more labels to stale.yml whitelist

Alessadro Parisi 3 years ago
parent
commit
1ab550cb26
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .github/stale.yml

+ 7 - 1
.github/stale.yml

@@ -4,10 +4,16 @@ daysUntilStale: 28
 daysUntilClose: 7
 # Issues with these labels will never be considered stale
 exemptLabels:
-  - pinned
+  - bug
+  - css
+  - documentation
+  - enhancement
   - help wanted
+  - pinned
+  - question
   - roadmap
   - staging
+  - to-evaluate
   - wip
 # Label to use when marking an issue as stale
 staleLabel: stale