|
|
@ -1,14 +1,33 @@
|
|
|
|
# https://github.com/BetaHuhn/repo-file-sync-action
|
|
|
|
# https://github.com/BetaHuhn/repo-file-sync-action
|
|
|
|
OpenIMSDK/openim-sdk-core:
|
|
|
|
# Synchronization for the.github repository
|
|
|
|
|
|
|
|
OpenIMSDK/.github:
|
|
|
|
- source: LICENSE
|
|
|
|
- source: LICENSE
|
|
|
|
dest: LICENSE
|
|
|
|
dest: LICENSE
|
|
|
|
- source: .golangci.yml
|
|
|
|
- source: scripts/LICENSE/
|
|
|
|
dest: .golangci.yml
|
|
|
|
dest: scripts/LICENSE/
|
|
|
|
|
|
|
|
replace: true
|
|
|
|
|
|
|
|
- source: .github/
|
|
|
|
|
|
|
|
dest: .github/
|
|
|
|
|
|
|
|
replace: true
|
|
|
|
|
|
|
|
exclude: |
|
|
|
|
|
|
|
|
workflows/
|
|
|
|
|
|
|
|
sync.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenIMSDK/community:
|
|
|
|
|
|
|
|
- source: LICENSE
|
|
|
|
|
|
|
|
dest: LICENSE
|
|
|
|
|
|
|
|
- source: scripts/LICENSE/
|
|
|
|
|
|
|
|
dest: scripts/LICENSE/
|
|
|
|
|
|
|
|
replace: true
|
|
|
|
- source: .github/workflows/
|
|
|
|
- source: .github/workflows/
|
|
|
|
dest: .github/workflows/
|
|
|
|
dest: .github/workflows/
|
|
|
|
replace: false
|
|
|
|
exclude:
|
|
|
|
|
|
|
|
- e2e-test.yml
|
|
|
|
|
|
|
|
- sync.yml
|
|
|
|
|
|
|
|
- source: .github/
|
|
|
|
|
|
|
|
dest: .github/
|
|
|
|
|
|
|
|
replace: true
|
|
|
|
exclude: |
|
|
|
|
exclude: |
|
|
|
|
e2e-test.yml
|
|
|
|
|
|
|
|
sync.yml
|
|
|
|
sync.yml
|
|
|
|
|
|
|
|
|
|
|
|
# group:
|
|
|
|
# group:
|
|
|
|