mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
test: test robot form kubbot
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
9b39428f26
commit
42d78368e5
29
.github/sync.yml
vendored
29
.github/sync.yml
vendored
@ -1,14 +1,33 @@
|
||||
# https://github.com/BetaHuhn/repo-file-sync-action
|
||||
OpenIMSDK/openim-sdk-core:
|
||||
# Synchronization for the.github repository
|
||||
OpenIMSDK/.github:
|
||||
- source: LICENSE
|
||||
dest: LICENSE
|
||||
- source: .golangci.yml
|
||||
dest: .golangci.yml
|
||||
- source: scripts/LICENSE/
|
||||
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/
|
||||
dest: .github/workflows/
|
||||
replace: false
|
||||
exclude:
|
||||
- e2e-test.yml
|
||||
- sync.yml
|
||||
- source: .github/
|
||||
dest: .github/
|
||||
replace: true
|
||||
exclude: |
|
||||
e2e-test.yml
|
||||
sync.yml
|
||||
|
||||
# group:
|
||||
|
Loading…
x
Reference in New Issue
Block a user