Browse Source

dev(CI): fix typo in stale action and do not close confirmed bugs (#9777)

CC: @cnrpman PTAL
Bad3r 2 years ago
parent
commit
76a6510837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stale-issues.yml

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

@@ -30,7 +30,7 @@ jobs:
           stale-issue-label: ':status/automatic-stale'
           close-issue-label: ':status/automatic-closing'
           # trunk-ignore(yamllint/line-length)
-          exempt-issue-labels: ':status/hold, :status/WIP, :type/enhancement, type/can-be-reproduced, priority-A'
+        exempt-issue-labels: 'hold, WIP, :type/enhancement, can-be-reproduced, priority-A, :type/bug, :type/feature-request'
           remove-stale-when-updated: true
           stale-issue-message: |
             Hi There! 👋