From 6a57550f893c5b3a64361865193b1ee636210c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Tue, 2 Apr 2019 14:51:02 +0800 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0372834b02..5e218cefe5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -236,3 +236,14 @@ workflows: branches: only: - master + +# 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! + Please provide a online reproduction by forking this link https://u.ant.design/codesandbox-repro or a minimal GitHub repository. + Issues labeled by Need Reproduce will be closed if no activities in 7 days. + +# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given +requestInfoLabelToAdd: needs-more-info