update stale to ignore 'do not close' label

This commit is contained in:
Harshavardhana 2020-08-30 20:45:03 -07:00
parent cd380251b3
commit f04a1f220c
1 changed files with 1 additions and 0 deletions

1
.github/stale.yml vendored
View File

@ -14,6 +14,7 @@ onlyLabels: []
exemptLabels:
- "security"
- "pending discussion"
- "do not close"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false