Browse Source

exclude issues with the kind/feature label from stale bot process

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 2 years ago
parent
commit
09e742b33b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/stale.yml

+ 1 - 1
.github/stale.yml

@@ -12,7 +12,7 @@ onlyLabels: []
 
 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
 exemptLabels:
-  - "enhancement ✨"
+  - "kind/feature"
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false