We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pull
1 parent 708615c commit 18b151aCopy full SHA for 18b151a
1 file changed
.github/pull.yml
@@ -0,0 +1,13 @@
1
+# 参考:https://wei.github.io/pull/
2
+version: '1'
3
+rules:
4
+ - base: main
5
+ upstream: 142vip:main
6
+ mergeMethod: hardreset
7
+ - base: next
8
+ upstream: 142vip:next
9
10
+ # 兼容master分支
11
+ - base: master
12
+ upstream: 142vip:master
13
0 commit comments