Prechádzať zdrojové kódy

make stalebot ignore prs tagged "meta"

Francisco Giordano 5 rokov pred
rodič
commit
ccdeca65a1
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      .github/stale.yml

+ 1 - 0
.github/stale.yml

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