From e4f0d3dbd2e6e9921c2c30b33530c040a560f95a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 1 Aug 2020 13:54:48 +0100 Subject: [PATCH] Remove support workflow --- .github/support.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/support.yml diff --git a/.github/support.yml b/.github/support.yml deleted file mode 100644 index d6885029..00000000 --- a/.github/support.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration for support-requests - https://github.com/dessant/support-requests - -# Label used to mark issues as support requests -supportLabel: support -# Comment to post on issues marked as support requests. Add a link -# to a support page, or set to `false` to disable -supportComment: > - We use the issue tracker exclusively for bug reports and feature requests. - However, this issue appears to be a support request. Please use our - support channels to get help with the project. You can signup to our Slack channel at https://cachethq-slack.herokuapp.com/ -# Whether to close issues marked as support requests -close: true -# Whether to lock issues marked as support requests -lock: false