Parcourir la source

Fix stalebot exempt labels

Francisco Giordano il y a 6 ans
Parent
commit
59f03f00c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/stale.yml

+ 1 - 1
.github/stale.yml

@@ -9,7 +9,7 @@ daysUntilClose: 15
 
 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
 exemptLabels:
-  - on-hold
+  - on hold
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false