You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration for request-info - https://github.com/behaviorbot/request-info
2
+
3
+
# *OPTIONAL* Comment to reply with
4
+
# Can be either a string :
5
+
requestInfoReplyComment: >
6
+
Hi there! We found that the issue does not follow the issue template. Please fill it to provide the basic information for us to investigate the issue, thanks!
7
+
8
+
# Or an array:
9
+
# requestInfoReplyComment:
10
+
# - Ah no! young blade! That was a trifle short!
11
+
# - Tell me more !
12
+
# - I am sure you can be more effusive
13
+
14
+
15
+
# *OPTIONAL* default titles to check against for lack of descriptiveness
16
+
# MUST BE ALL LOWERCASE
17
+
# requestInfoDefaultTitles:
18
+
# - update readme.md
19
+
# - updates
20
+
21
+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
22
+
requestInfoLabelToAdd: needs more info
23
+
24
+
# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template
25
+
# Will fail if the pull request's body is equal to the provided template
26
+
checkPullRequestTemplate: true
27
+
28
+
# *OPTIONAL* Only warn about insufficient information on these events type
29
+
# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'
30
+
requestInfoOn:
31
+
pullRequest: false
32
+
issue: true
33
+
34
+
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
0 commit comments