Added probot's config

This commit is contained in:
Tom Moor
2018-02-10 16:31:30 -08:00
parent 78410268cc
commit f4cab58aee
3 changed files with 50 additions and 0 deletions

16
.github/config.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
# Configuration for request-info - https://github.com/behaviorbot/request-info
# Comment to reply with
requestInfoReplyComment: >
Hey there! It looks like you didn't provide much information here. Please
consider adding more details about the issue / pr or it will be automatically
closed. Thanks for helping us maintain the project!
# default titles to check against for lack of descriptiveness
requestInfoDefaultTitles:
- update readme.md
- updates
- fix
- fixes
requestInfoLabelToAdd: more information needed