Browse Source

Merge branch 'master' into review-romain2

Romain Rigaux 4 years ago
parent
commit
47556abdd1
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,6 +12,6 @@ jobs:
           exempt-milestones:
           exempt-milestones:
           exempt-issue-labels: 'roadmap'
           exempt-issue-labels: 'roadmap'
           exempt-pr-labels: 'roadmap'
           exempt-pr-labels: 'roadmap'
-          stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
+          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-stale: 30
           days-before-close: 5
           days-before-close: 5