From 076e5dcf5cdf2069088921c222cb5e8a70811393 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 26 Oct 2016 17:11:42 +0800 Subject: [PATCH] add pullapprove.yml as PullApprove enabled Signed-off-by: Ma Shimiao --- .pullapprove.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .pullapprove.yml diff --git a/.pullapprove.yml b/.pullapprove.yml new file mode 100644 index 000000000..c211cc51b --- /dev/null +++ b/.pullapprove.yml @@ -0,0 +1,12 @@ +approve_by_comment: true +approve_regex: ^LGTM +reject_regex: ^Rejected +reset_on_push: true +author_approval: ignored +signed_off_by: + required: true +reviewers: + teams: + - runtime-tools-maintainers + name: default + required: 2