From 9d00c088b30bceecedfcf55c608af9e97b2867a0 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Fri, 20 Jun 2025 15:40:45 +0800 Subject: [PATCH 1/2] Update repos-mirror.yml --- .github/workflows/repos-mirror.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/repos-mirror.yml b/.github/workflows/repos-mirror.yml index da43dbc..63e4d14 100644 --- a/.github/workflows/repos-mirror.yml +++ b/.github/workflows/repos-mirror.yml @@ -26,19 +26,6 @@ jobs: account_type: org clone_style: ssh force_update: true - static_list: 'mindspore' - debug: true - lfs: true - - name: Mirror the gitee/mindspore org repos to github/mindspore-ai. - uses: Yikun/hub-mirror-action@v1.4 - with: - src: gitee/mindspore - dst: github/mindspore-ai - dst_key: ${{ secrets.SYNC_MINDSPORE_PRIVATE_KEY }} - dst_token: ${{ secrets.SYNC_MINDSPORE_TOKEN }} - account_type: org - clone_style: ssh - force_update: true - black_list: 'infrastructure,mindcv,mindformers' + static_list: 'mindscience' debug: true lfs: true From 047b8e3dac431d75b6c2da9b0c037b00e82bf803 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Fri, 20 Jun 2025 15:42:56 +0800 Subject: [PATCH 2/2] Update repos-mirror.yml --- .github/workflows/repos-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repos-mirror.yml b/.github/workflows/repos-mirror.yml index 63e4d14..e4ffe0a 100644 --- a/.github/workflows/repos-mirror.yml +++ b/.github/workflows/repos-mirror.yml @@ -1,4 +1,4 @@ -name: MindSpore Gitee repos mirror periodic job +name: MindSpore Gitee repos mirror periodic job test on: pull_request: