From 01d640e0fd4f0653ac0411fb63b9dee12f1bcc88 Mon Sep 17 00:00:00 2001 From: Armin Sebastian Date: Wed, 11 Apr 2018 21:20:24 +0300 Subject: [PATCH] Fix support bot config --- .github/support.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 7689688e1..01cde2963 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -1,7 +1,7 @@ # Configuration for support-requests - https://github.com/dessant/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 # to a support page, or set to `false` to disable supportComment: > @@ -12,4 +12,4 @@ supportComment: > # Whether to close issues marked as support requests close: true # Whether to lock issues marked as support requests -lock: false \ No newline at end of file +lock: false