@@ -14,6 +14,13 @@ openIssueGreetingComment: >
14
14
# Is the assistant actively closing any new open issues requesting support or asking questions?
15
15
closeQuestionsAndSupportRequests : true
16
16
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.
17
24
closeQuestionsAndSupportRequestsComment : >
18
25
π¬ It looks like this is a request for support or a question
19
26
@@ -31,4 +38,37 @@ closeQuestionsAndSupportRequestsComment: >
31
38
If you think this is incorrect, please feel free to open a new issue.
32
39
33
40
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
+
34
74
Thank you for your contributions.
0 commit comments