From ea1d43fd0f8c933ef8c6fc9aef1559ac9d7107e2 Mon Sep 17 00:00:00 2001 From: Yannick Lamprecht <1420893+yannicklamprecht@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:14:52 +0200 Subject: [PATCH] Update pull.yml --- .github/pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull.yml b/.github/pull.yml index 22da47ebf1..512ec1e408 100644 --- a/.github/pull.yml +++ b/.github/pull.yml @@ -1,7 +1,7 @@ version: "1" rules: # Array of rules - - base: v7 # Required. Target branch - upstream: IntellectualSites:v7 # Required. Must be in the same fork network. + - base: main # Required. Target branch + upstream: IntellectualSites:main # Required. Must be in the same fork network. mergeMethod: rebase # Optional, one of [none, merge, squash, rebase, hardreset], Default: none. mergeUnstable: false # Optional, merge pull request even when the mergeable_state is not clean. Default: false label: ":arrow_heading_down: pull" # Optional