mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-07-05 22:46:19 +08:00
feat: 支持pull流水线,升级@142vip工具依赖版本 (#152)
This commit is contained in:
13
.github/pull.yml
vendored
Normal file
13
.github/pull.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 参考:https://wei.github.io/pull/
|
||||
version: '1'
|
||||
rules:
|
||||
- base: main
|
||||
upstream: 142vip:main
|
||||
mergeMethod: hardreset
|
||||
- base: next
|
||||
upstream: 142vip:next
|
||||
mergeMethod: hardreset
|
||||
# 兼容master分支
|
||||
- base: master
|
||||
upstream: 142vip:master
|
||||
mergeMethod: hardreset
|
||||
Reference in New Issue
Block a user