Don't lock enhancement requests

This commit is contained in:
Cameron Gutman 2021-01-01 13:21:40 -06:00
parent eed2b82230
commit e76344812e

3
.github/lock.yml vendored
View File

@ -8,7 +8,8 @@ daysUntilLock: 60
skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []
exemptLabels:
- enhancement
# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false