Fix probots syntax (#57222)

- Remove invalid `setLockReason`
- Add quotes to support label
This commit is contained in:
Mike McQuaid 2019-01-09 13:50:02 +00:00 committed by GitHub
parent 66feab3656
commit b883466675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

2
.github/lock.yml vendored
View File

@ -11,5 +11,3 @@ lockComment: false
# only: issues
# Add a label when locking. Set to `false` to disable
lockLabel: outdated
# Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason: resolved

2
.github/support.yml vendored
View File

@ -1,7 +1,7 @@
# Configuration for support-requests - https://github.com/dessant/support-requests
# Label used to mark issues as support requests
supportLabel: support request
supportLabel: "support request"
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
supportComment: >