From f260d504706f3b117252925a9ff2720be2907b8a Mon Sep 17 00:00:00 2001 From: Oldcustard <147gusto@gmail.com> Date: Wed, 15 Feb 2023 19:35:40 +1100 Subject: [PATCH] Create pull.yml --- .github/pull.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull.yml diff --git a/.github/pull.yml b/.github/pull.yml new file mode 100644 index 0000000..d99c6c7 --- /dev/null +++ b/.github/pull.yml @@ -0,0 +1,5 @@ +version: "1" +rules: + - base: master + upstream: ozfortress:master # change `wei` to the owner of upstream repo + mergeMethod: rebase