From 3793cf5fc19193bcb3efa3ab1a84a9a5bd8570d6 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 13 Jul 2017 22:15:23 +0530 Subject: [PATCH] fix(Var-CI): Remove the Var-CI bot integration --- .varci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .varci.yml diff --git a/.varci.yml b/.varci.yml deleted file mode 100644 index f173bd5759..0000000000 --- a/.varci.yml +++ /dev/null @@ -1,22 +0,0 @@ -ruleset: - label_and_comment_help_questions: - name: "Label & comment on issues with help in title or description" - events: [ issues ] - label: question - when: - - title matches "/help/i" or body matches "/help/i" - - action = "opened" or action = "reopened" - comment: > - Hi @{{ user.login }} - - - The issue tracker is for reporting bugs only. If this is a request - for help with a challenge, please use the [help chat room](https://gitter.im/FreeCodeCamp/Help) - or try looking through the [forum](http://forum.freecodecamp.com/c/free-code-camp) for help - with a specific challenge. - - - If this is the case, please close this issue. - - - Happy Coding.