Explorar o código

[ci] Do not set first good issues as stale

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
bb9440b663
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/autoclose-stale.yml

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

@@ -12,7 +12,7 @@ jobs:
           stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
           days-before-stale: 30
           days-before-close: 5
-          exempt-issue-labels: 'roadmap'
+          exempt-issue-labels: 'roadmap, good first issue'
 
           stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
           exempt-pr-labels: 'roadmap'