feat: service architecture

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/455/head
Xinwei Xiong(cubxxw-openim) 1 year ago
parent 70d2f93a40
commit 18ae8f67d0

37
.github/sync.yml vendored

@ -47,23 +47,30 @@ OpenIMSDK/openim-sdk-core:
exclude: | exclude: |
sync.yml sync.yml
OpenIMSDK/OpenIM-Docs:
- source: .github/workflows/
dest: .github/workflows/
exclude: |
e2e-test.yml
sync.yml
- source: script/githooks/
dest: scripts/githooks/
replace: false
group: group:
# first groupcommon to all warehouses # first groupcommon to all warehouses
# TODO: add the required warehouse here # TODO: add the required warehouse here
- repos: | - repos: |
OpenIMSDK/OpenIM-Docs@main OpenIMSDK/OpenKF@main
OpenIMSDK/openim-miniprogram-demo@main
OpenIMSDK/openim-sdk-cpp@main
files: files:
# - source: .gitingore - source: LICENSE
# dest: .gitingore dest: LICENSE
# replace: false replace: false
- source: LICENSE - source: .github/workflows/
dest: LICENSE dest: .github/workflows/
replace: false exclude: |
- source: .github/workflows/ e2e-test.yml
dest: .github/workflows/ sync.yml
exclude: |
e2e-test.yml
sync.yml
- source: script/githooks/
dest: scripts/githooks/
replace: false

Loading…
Cancel
Save