Skip to content

Commit

Permalink
Update pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Aug 15, 2023
1 parent 4d908c0 commit 0643983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0643983

Please sign in to comment.