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