From fa37dc3da2db8e72f8926ec9df9d503d03fe30d9 Mon Sep 17 00:00:00 2001 From: Krist Wongsuphasawat Date: Mon, 8 Apr 2019 13:19:22 -0700 Subject: [PATCH] chore: add config for no-response bot (#130) --- .github/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000000000..d31cbfc89b1f5 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,15 @@ +# Configuration for request-info - https://github.com/behaviorbot/request-info + +# *Required* Comment to reply with +requestInfoReplyComment: > + We would appreciate it if you could provide us with more info about this issue/pr! + +# *OPTIONAL* default titles to check against for lack of descriptiveness +# MUST BE ALL LOWERCASE +requestInfoDefaultTitles: + - update readme.md + - updates + +# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given +requestInfoLabelToAdd: needs-more-info +