From 61811bb00506ed6feb381fd1f9683ed21fa75b39 Mon Sep 17 00:00:00 2001 From: StarkZarn <67663172+StarkZarn@users.noreply.github.com> Date: Thu, 4 Jan 2024 07:35:52 -0800 Subject: [PATCH] Create pull.yml --- .github/workflows/pull.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/pull.yml diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml new file mode 100644 index 0000000..3655041 --- /dev/null +++ b/.github/workflows/pull.yml @@ -0,0 +1,5 @@ +version: "1" +rules: + - base: main + upstream: dchesterton:main # change `wei` to the owner of upstream repo + mergeMethod: rebase