Skip to content

Commit

Permalink
Use normal merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 authored Feb 4, 2025
1 parent 7761f77 commit 3f0f793
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
Expand Up @@ -2,8 +2,8 @@ version: "1"
rules:
- base: main # Target branch
upstream: PaperMC:dev/3.0.0 # Must be in the same fork network.
mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
mergeMethod: merge # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
mergeUnstable: false # merge pull request even when the mergeable_state is not clean. Default: false
conflictReviewers: # Optional, on merge conflict assign a reviewer
- Tim203
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict

0 comments on commit 3f0f793

Please sign in to comment.