Add a label that exempts issues from auto-locking (#4987)

* Add a label that exempts issues from auto-locking

* Exempt the “awaiting response” label so people can always reply and have their issue reopened
master
Jed Fox 2018-08-19 07:33:20 -04:00 committed by GitHub
parent d480858f01
commit a687b9383b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.github/lock.yml vendored
View File

@ -3,3 +3,6 @@ daysUntilLock: 90
lockLabel: locked-due-to-inactivity
lockComment: false
setLockReason: true
exemptLabels:
- keep-unlocked
- status:awaiting response