Explorar el Código

ci : exempt some labels from being tagged as stale (#6140)

slaren hace 1 año
padre
commit
970a48060a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/close-issue.yml

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

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