Stale ignores pull requests

This commit is contained in:
NotMyFault 2020-12-10 11:29:29 +01:00 committed by GitHub
parent 3af1f45b4c
commit 99fbd12ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/stale.yml vendored
View File

@ -1,8 +1,9 @@
daysUntilStale: 60 daysUntilStale: 60
daysUntilClose: 7 daysUntilClose: 7
only: issues
exemptLabels: exemptLabels:
- "[!] Bug" - "Bug"
- "[+] Enhancement" - "Enhancement"
- "Approved" - "Approved"
- "Priority" - "Priority"
- "Under investigation" - "Under investigation"