From d36437236a4a136ec05e830a8a61f376dfc82080 Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Wed, 14 Aug 2019 11:22:46 +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 0000000000000..cba38338ca1b6 --- /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"