mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* fix: actions milestones auto Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add org server secret Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: fix scripts Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add file: Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add file: Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add file: Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
		
			
				
	
	
		
			105 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			105 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # 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/docs
 | ||
|       OpenIMSDK/chat
 | ||
|       OpenIMSDK/community
 | ||
|       OpenIMSDK/openim-charts
 | ||
|       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: .github/workflows/cla.yml
 | ||
|         dest: .github/workflows/cla.yml
 | ||
|         replace: false
 | ||
|       - source: .github/workflows/auto-assign-issue.yml
 | ||
|         dest: .github/workflows/auto-assign-issue.yml
 | ||
|         replace: false
 | ||
|       - source: .github/workflows/release.yml
 | ||
|         dest: .github/workflows/release.yml
 | ||
|         replace: false
 | ||
|       - source: ./scripts/githooks/
 | ||
|         dest: ./scripts/githooks/
 | ||
|         replace: true |