Просмотр исходного кода

[ci] Do not set first good issues as stale

Romain Rigaux 4 лет назад
Родитель
Сommit
bb9440b663
1 измененных файлов с 1 добавлено и 1 удалено
  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'