Skip to content

Commit 1962ec6

Browse files
authored
Update selenium-assistant.yml [skip ci]
1 parent 5e97ce3 commit 1962ec6

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

β€Ž.github/selenium-assistant.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ openIssueGreetingComment: >
1414
# Is the assistant actively closing any new open issues requesting support or asking questions?
1515
closeQuestionsAndSupportRequests: true
1616

17+
# Strings used by the bot to identify that the issue is a request for support or a question?
18+
# If left empty or `false` the bot won't close any support requests or questions
19+
questionsAndSupportRequestsStrings:
20+
- πŸ’¬
21+
- questions and help
22+
23+
# Comment users get when a support request or question is created as an issue.
1724
closeQuestionsAndSupportRequestsComment: >
1825
πŸ’¬ It looks like this is a request for support or a question
1926
@@ -31,4 +38,37 @@ closeQuestionsAndSupportRequestsComment: >
3138
If you think this is incorrect, please feel free to open a new issue.
3239
3340
41+
Thank you for your contributions.
42+
43+
# Issue types that the repo supports. When an issue is created, the heading should be one of these strings
44+
# (from the issue templates). To take into account markdown characters, put the whole string in quotations.
45+
issueTypes:
46+
- "## πŸ› Bug Report"
47+
- "## πŸš€ Feature Proposal"
48+
- "## πŸ’₯ Regression Report"
49+
50+
closeNotSupportedIssueTypes: true
51+
52+
closeNotSupportedIssueTypesComment: >
53+
❗️ It seems this issue is not using any of the supported templates
54+
55+
56+
πŸ’‘ Supported issue types are (they start with):
57+
58+
59+
* πŸ› Bug Report (bugs found in a recent release)
60+
61+
* πŸš€ Feature Proposal (a useful feature you would like to propose)
62+
63+
* πŸ’₯ Regression Report (a supported feature is not working anymore)
64+
65+
66+
Issue templates help this project to stay in shape, please use them and fill them out completely.
67+
By doing that you are helping the project because the community and maintainers can provide prompt feedback,
68+
and potentially solve the issue.
69+
70+
71+
If you think this is incorrect, please feel free to open a new issue.
72+
73+
3474
Thank you for your contributions.

0 commit comments

Comments
Β (0)