From 1a4ae4ef1f5cc16c2a0543b282a65d6a9cc285e1 Mon Sep 17 00:00:00 2001 From: Jad Bitar Date: Wed, 10 Aug 2016 18:48:41 -0400 Subject: [PATCH] Fix uncaught cases & paragraphs --- .varci.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.varci.yml b/.varci.yml index fbe6823dbf..f173bd5759 100644 --- a/.varci.yml +++ b/.varci.yml @@ -1,26 +1,22 @@ ruleset: - label_as_question: - name: "Label issues with help as question" + 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" - - action = "opened" or action = "reopened" - - add_help_comment: - name: "Comment on issue with Help in title or description" - events: [ issues ] - when: - - title matches "/help/i" + - 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.