From 8ab5ec5364b801f7668990265276a98218bf33de Mon Sep 17 00:00:00 2001 From: R3pl4c3r <30682790+R3pl4c3r@users.noreply.github.com> Date: Sat, 13 Jun 2026 01:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20chore(workflow):=20fix=20Upstrea?= =?UTF-8?q?m=20Sync=20workflow=20running=20error=20(#15706)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(workflow): fix Upstream Sync workflow running error --- .github/workflows/sync.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f4ef6930b8..23a51b6c8f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -19,12 +19,6 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Clean issue notice - uses: actions-cool/issues-helper@e361abf610221f09495ad510cb1e69328d839e1c # v3.7.6 - with: - actions: 'close-issues' - labels: '🚨 Sync Fail' - - name: Sync upstream changes id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 @@ -33,22 +27,4 @@ jobs: upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set - test_mode: false - - - name: Sync check - if: failure() - uses: actions-cool/issues-helper@e361abf610221f09495ad510cb1e69328d839e1c # v3.7.6 - with: - actions: 'create-issue' - title: '🚨 同步失败 | Sync Fail' - labels: '🚨 Sync Fail' - body: | - Due to a change in the workflow file of the [LobeChat][lobechat] upstream repository, GitHub has automatically suspended the scheduled automatic update. You need to manually sync your fork. Please refer to the detailed [Tutorial][tutorial-en-US] for instructions. - - 由于 [LobeChat][lobechat] 上游仓库的 workflow 文件变更,导致 GitHub 自动暂停了本次自动更新,你需要手动 Sync Fork 一次,请查看 [详细教程][tutorial-zh-CN] - - ![](https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/273954625-df80c890-0822-4ac2-95e6-c990785cbed5.png) - - [lobechat]: https://github.com/lobehub/lobe-chat - [tutorial-zh-CN]: https://lobehub.com/zh/docs/self-hosting/advanced/upstream-sync - [tutorial-en-US]: https://lobehub.com/docs/self-hosting/advanced/upstream-sync + test_mode: false \ No newline at end of file