Skip to content

Commit

Permalink
(ci:) Make pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Dec 7, 2024
1 parent 5ac190f commit eafb04e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "1"
rules: # Array of rules
- base: uwp-dev # Required. Target branch
upstream: PCSX2:master # 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
assignees: # Optional
- SternXD
reviewers: # Optional
- SternXD
conflictReviewers: # Optional, on merge conflict assign a reviewer
- SternXD
label: ":arrow_heading_down: pull" # Optional
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict

0 comments on commit eafb04e

Please sign in to comment.