From 42d78368e5b563550e5d353164143a6c796ce622 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Sun, 11 Jun 2023 11:46:59 +0800 Subject: [PATCH] test: test robot form kubbot Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/sync.yml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index 714466e6d..4aa90d676 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -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: