From fe16a5a6e7057ee213a87b5674f671020aad236c Mon Sep 17 00:00:00 2001 From: Phoenix He Date: Wed, 7 Aug 2019 11:38:32 +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..e053ddf153e00 --- /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" \ No newline at end of file