Sfoglia il codice sorgente

Fix stalebot exempt labels

Francisco Giordano 6 anni fa
parent
commit
59f03f00c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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