|
|
# https://github.com/BetaHuhn/repo-file-sync-action
|
|
|
# Synchronization for the.github repository
|
|
|
OpenIMSDK/.github:
|
|
|
- source: LICENSE
|
|
|
dest: LICENSE
|
|
|
- source: scripts/LICENSE/
|
|
|
dest: scripts/LICENSE/
|
|
|
replace: false
|
|
|
|
|
|
OpenIMSDK/community:
|
|
|
- source: LICENSE
|
|
|
dest: LICENSE
|
|
|
- source: scripts/LICENSE/
|
|
|
dest: scripts/LICENSE/
|
|
|
replace: false
|
|
|
- source: .github/workflows/
|
|
|
dest: .github/workflows/
|
|
|
|
|
|
OpenIMSDK/openim-sdk-core:
|
|
|
- source: LICENSE
|
|
|
dest: LICENSE
|
|
|
- source: scripts/LICENSE/
|
|
|
dest: scripts/LICENSE/
|
|
|
replace: false
|
|
|
- source: .github/workflows/issue-robot.yml
|
|
|
dest: .github/workflows/issue-robot.yml
|
|
|
replace: false
|
|
|
- source: .github/workflows/stale.yml
|
|
|
dest: .github/workflows/stale.yml
|
|
|
replace: false
|
|
|
- source: .github/.codecov.yml
|
|
|
dest: .github/.codecov.yml
|
|
|
replace: false
|
|
|
|
|
|
OpenIMSDK/OpenIM-Docs:
|
|
|
- source: .github/workflows/
|
|
|
dest: .github/workflows/
|
|
|
exclude: |
|
|
|
e2e-test.yml
|
|
|
sync.yml
|
|
|
- source: scripts/githooks/
|
|
|
dest: scripts/githooks/
|
|
|
replace: true
|
|
|
- source: .github/.codecov.yml
|
|
|
dest: .github/.codecov.yml
|
|
|
replace: false
|
|
|
|
|
|
OpenIMSDK/OpenKF:
|
|
|
- source: LICENSE
|
|
|
dest: LICENSE
|
|
|
- source: scripts/LICENSE/
|
|
|
dest: scripts/LICENSE/
|
|
|
replace: false
|
|
|
- source: .github/workflows/issue-robot.yml
|
|
|
dest: .github/workflows/issue-robot.yml
|
|
|
replace: false
|
|
|
- source: .github/workflows/stale.yml
|
|
|
dest: .github/workflows/stale.yml
|
|
|
replace: false
|
|
|
- source: .github/.codecov.yml
|
|
|
dest: .github/.codecov.yml
|
|
|
replace: false
|
|
|
|
|
|
group:
|
|
|
# first group:common to all warehouses
|
|
|
# TODO: add the required warehouse here
|
|
|
- repos: |
|
|
|
OpenIMSDK/OpenKF@main
|
|
|
OpenIMSDK/openim-miniprogram-demo@main
|
|
|
OpenIMSDK/openim-sdk-cpp@main
|
|
|
files:
|
|
|
- source: LICENSE
|
|
|
dest: LICENSE
|
|
|
replace: false
|
|
|
- source: .github/workflows/issue-robot.yml
|
|
|
dest: .github/workflows/issue-robot.yml
|
|
|
replace: false
|
|
|
- source: .github/workflows/stale.yml
|
|
|
dest: .github/workflows/stale.yml
|
|
|
replace: false
|
|
|
- source: .github/workflows/project-progress.yml
|
|
|
dest: .github/workflows/project-progress.yml
|
|
|
replace: false
|
|
|
- source: .github/workflows/help-comment-issue.yml
|
|
|
dest: .github/workflows/help-comment-issue.yml
|
|
|
replace: false
|
|
|
- source: .github/.codecov.yml
|
|
|
dest: .github/.codecov.yml
|
|
|
replace: false
|
|
|
- source: ./scripts/githooks/
|
|
|
dest: ./scripts/githooks/
|
|
|
replace: true |