Skip to content

Commit 181c2e0

Browse files
committed
Add request-info to automatically notify the issue without template
1 parent a91eb70 commit 181c2e0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/config.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# 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
35+
# keys must be GitHub usernames
36+
# requestInfoUserstoExclude:
37+
# - hiimbex
38+
# - bexo

0 commit comments

Comments
 (0)