1
0
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:
142vip.cn
2025-05-27 20:14:28 +08:00
committed by GitHub
parent 1dbc4edcda
commit d5855e3ad6
7 changed files with 260 additions and 368 deletions

13
.github/pull.yml vendored Normal file
View 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