Procházet zdrojové kódy

The only-labels: 'feedback' parameter tells the stale bot to only process issues that have the feedback label. All other issues (feature requests with future, bug
reports, etc.) will be left alone.

maziggy před 6 měsíci
rodič
revize
6ee25a2157
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .github/workflows/stale.yml

+ 1 - 0
.github/workflows/stale.yml

@@ -18,3 +18,4 @@ jobs:
           days-before-stale: 21
           days-before-close: 7
           stale-issue-label: 'stale'
+          only-labels: 'feedback'