1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-04 03:07:29 +01:00

Create pull.yml

This commit is contained in:
Thijn 2023-03-15 23:03:21 +01:00 committed by GitHub
parent 8d15f4b6e9
commit a07a03ec91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/pull.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: SqMod:master # Required. Must be in the same fork network.
mergeMethod: merge # 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
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict