Prevents stale bot from closing issues for disabled tests

This commit is contained in:
Kevin Brosnan 2021-06-04 13:51:24 -07:00 committed by Mihai Adrian Carare
parent 6c19473c0e
commit 103598dfce
1 changed files with 1 additions and 0 deletions

1
.github/stale.yml vendored
View File

@ -14,6 +14,7 @@ onlyLabels: []
exemptLabels:
- pin
- "feature request 🌟"
- "eng:disabled-test"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false