Преглед изворни кода

ci : exempt confirmed bugs from being tagged as stale (#7014)

slaren пре 1 година
родитељ
комит
c4ec9c0d3d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/close-issue.yml

+ 1 - 1
.github/workflows/close-issue.yml

@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/stale@v5
         with:
-          exempt-issue-labels: "refactor,help wanted,good first issue,research"
+          exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
           days-before-issue-stale: 30
           days-before-issue-close: 14
           stale-issue-label: "stale"