1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

Update pull.yml

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

2
.github/pull.yml vendored
View File

@ -1,7 +1,7 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: SqMod:master # Required. Must be in the same fork network.
upstream: VCMP-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