Browse Source

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 3 months ago
parent
commit
6ee25a2157
1 changed files with 1 additions and 0 deletions
  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'