From 8024b87495b8da8db22df7a947a4f9dcaf181e7e Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 2 Apr 2019 14:54:26 +0800 Subject: [PATCH] :robot: Config Request Info --- .circleci/config.yml | 11 ----------- .github/config.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 .github/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e218cefe5..0372834b02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -236,14 +236,3 @@ 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 diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000000..3507eca92c --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,10 @@ +# 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