Browse Source
Merge pull request #1874 from dessant/patch-1
Fix support bot config
pull/1915/head
Daniel Gibbs
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/support.yml
|
@ -1,7 +1,7 @@ |
|
|
# Configuration for support-requests - https://github.com/dessant/support-requests |
|
|
# Configuration for support-requests - https://github.com/dessant/support-requests |
|
|
|
|
|
|
|
|
# Label used to mark issues as support requests |
|
|
# Label used to mark issues as support requests |
|
|
supportLabel: Type: support |
|
|
supportLabel: "Type: support" |
|
|
# Comment to post on issues marked as support requests. Add a link |
|
|
# Comment to post on issues marked as support requests. Add a link |
|
|
# to a support page, or set to `false` to disable |
|
|
# to a support page, or set to `false` to disable |
|
|
supportComment: > |
|
|
supportComment: > |
|
@ -12,4 +12,4 @@ supportComment: > |
|
|
# Whether to close issues marked as support requests |
|
|
# Whether to close issues marked as support requests |
|
|
close: true |
|
|
close: true |
|
|
# Whether to lock issues marked as support requests |
|
|
# Whether to lock issues marked as support requests |
|
|
lock: false |
|
|
lock: false |
|
|