Skip to content

Commit 8fd11f0

Browse files
authored
Update selenium-assistant.yml [skip ci]
1 parent 5b7626c commit 8fd11f0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/selenium-assistant.yml

Lines changed: 39 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,36 @@ 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+
If you think this is incorrect, please feel free to open a new issue.
71+
72+
3473
Thank you for your contributions.

0 commit comments

Comments
 (0)