From bf73f011bcb10012e03ed28371f2f384ed19db36 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Mon, 4 May 2026 04:15:26 +0800 Subject: [PATCH] fix: ci - exclude vendor link noise --- .github/workflows/ci.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d3aa0f..026e485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,10 @@ jobs: --exclude-path tools/external --exclude-path tools/chat-vault --exclude-path tools/prompts-library + --exclude-path skills/claude-official-skills + --exclude-path skills/auto-skill/scripts/Skill_Seekers-development + --exclude-path skills/auto-skill/scripts/skill-seekers-src + --exclude-path skills/auto-skill/scripts/skill-seekers-configs --exclude 'https://chatgpt.com.*' --exclude 'https://claude.ai.*' --exclude 'https://app.augmentcode.com.*' diff --git a/README.md b/README.md index d7d5683..5d0a68a 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt * [**GitHub Copilot**](https://github.com/copilot): 由 GitHub 和 OpenAI 联合开发的 AI 代码补全工具。 * [**Kimi K2.5**](https://www.kimi.com/): 一款国产 AI 模型,适用于多种常规任务。 * [**GLM**](https://bigmodel.cn/): 由智谱 AI 开发的国产大语言模型。 -* [**Qwen**](https://qwenlm.github.io/qwen-code-docs/zh/cli/): 由阿里巴巴开发的 AI 模型,其 CLI 工具提供免费使用额度。 +* [**Qwen**](https://qwenlm.github.io/qwen-code-docs/): 由阿里巴巴开发的 AI 模型,其 CLI 工具提供免费使用额度。 ### 开发与辅助工具