From 346f8fbc5dfcc6bf378bf78ced0a27f64041a80c Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Wed, 14 Aug 2019 11:16:57 +0800 Subject: [PATCH] add pull config --- .github/pull.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull.yml diff --git a/.github/pull.yml b/.github/pull.yml new file mode 100644 index 000000000000..cba38338ca1b --- /dev/null +++ b/.github/pull.yml @@ -0,0 +1,7 @@ +# https://github.com/wei/pull#advanced-setup-with-config +version: "1" +rules: + - base: master + upstream: Azure:master + mergeMethod: rebase +label: "AutoPull"