Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 7cf09d4

Browse files
committed
Add wei/pull config
1 parent 237a410 commit 7cf09d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: "1"
2+
# Array of rules
3+
rules:
4+
# Required. Target branch
5+
- base: master
6+
# Required. Must be in the same fork network.
7+
upstream: vim-jp:master
8+
# Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
9+
mergeMethod: hardreset
10+
# Optional, merge pull request even when the mergeable_state is not clean. Default: false
11+
mergeUnstable: false
12+
# Optional
13+
label: ":arrow_heading_down: pull"
14+
# Optional, on merge conflict assign a custom label, Default: merge-conflict
15+
conflictLabel: "merge-conflict"

0 commit comments

Comments
 (0)