Browse Source

[ci] Do not set first good issues as stale

Romain Rigaux 4 years ago
parent
commit
bb9440b663
1 changed files with 1 additions and 1 deletions
  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'