Skip to content

Commit

Permalink
Update selenium-assistant.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Jan 15, 2020
1 parent 5e97ce3 commit 1962ec6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/selenium-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 1962ec6

Please sign in to comment.