Browse Source

Don't mark issues added to the project as stale

Prevent stale bot from auto closing issues added to the project
Guy Carmeli 3 years ago
parent
commit
7758c2ba27
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/stale.yml

+ 1
- 1
.github/stale.yml View File

@@ -14,7 +14,7 @@ exemptLabels:
14 14
   - "📌 pinned"
15 15
 
16 16
 # Set to true to ignore issues in a project (defaults to false)
17
-exemptProjects: false
17
+exemptProjects: true
18 18
 
19 19
 # Set to true to ignore issues in a milestone (defaults to false)
20 20
 exemptMilestones: false