Explorar o código

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 hai 6 meses
pai
achega
bd9821d39c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/stale.yml

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

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