diff options
-rw-r--r-- | .github/pull.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/pull.yml b/.github/pull.yml new file mode 100644 index 000000000..8238ed5df --- /dev/null +++ b/.github/pull.yml @@ -0,0 +1,5 @@ +version: "1" +rules: + - base: current + upstream: vyos:current # change `wei` to the owner of upstream repo + mergeMethod: hardreset |