Skip to content

Commit 4c09536

Browse files
Create config.yml
1 parent 5250fc3 commit 4c09536

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

.github/config.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
We would appreciate it if you could provide us with more info about this issue/pr!
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 Issues to contain more information than what is provided in the issue templates
25+
# Will fail if the issue's body is equal to a provided template
26+
checkIssueTemplate: true
27+
28+
# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template
29+
# Will fail if the pull request's body is equal to the provided template
30+
checkPullRequestTemplate: true
31+
32+
# *OPTIONAL* Only warn about insufficient information on these events type
33+
# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'
34+
requestInfoOn:
35+
pullRequest: true
36+
issue: true
37+
38+
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
39+
# keys must be GitHub usernames
40+
requestInfoUserstoExclude:
41+
- hiimbex
42+
- bexo

0 commit comments

Comments
 (0)