From 1962ec6660ddf8c59061268edaef1a24438984a9 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 14 Jan 2020 22:59:56 -0500 Subject: [PATCH] Update selenium-assistant.yml [skip ci] --- .github/selenium-assistant.yml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/selenium-assistant.yml b/.github/selenium-assistant.yml index 72b2c04293f19..92757a5a445df 100644 --- a/.github/selenium-assistant.yml +++ b/.github/selenium-assistant.yml @@ -14,6 +14,13 @@ openIssueGreetingComment: > # Is the assistant actively closing any new open issues requesting support or asking questions? closeQuestionsAndSupportRequests: true +# Strings used by the bot to identify that the issue is a request for support or a question? +# If left empty or `false` the bot won't close any support requests or questions +questionsAndSupportRequestsStrings: + - 💬 + - questions and help + +# Comment users get when a support request or question is created as an issue. closeQuestionsAndSupportRequestsComment: > 💬 It looks like this is a request for support or a question @@ -31,4 +38,37 @@ closeQuestionsAndSupportRequestsComment: > If you think this is incorrect, please feel free to open a new issue. + Thank you for your contributions. + +# Issue types that the repo supports. When an issue is created, the heading should be one of these strings +# (from the issue templates). To take into account markdown characters, put the whole string in quotations. +issueTypes: + - "## 🐛 Bug Report" + - "## 🚀 Feature Proposal" + - "## 💥 Regression Report" + +closeNotSupportedIssueTypes: true + +closeNotSupportedIssueTypesComment: > + ❗️ It seems this issue is not using any of the supported templates + + + 💡 Supported issue types are (they start with): + + + * 🐛 Bug Report (bugs found in a recent release) + + * 🚀 Feature Proposal (a useful feature you would like to propose) + + * 💥 Regression Report (a supported feature is not working anymore) + + + Issue templates help this project to stay in shape, please use them and fill them out completely. + By doing that you are helping the project because the community and maintainers can provide prompt feedback, + and potentially solve the issue. + + + If you think this is incorrect, please feel free to open a new issue. + + Thank you for your contributions.