From b9f6fb49cc5782c43529fa18a761a4fba6ba7456 Mon Sep 17 00:00:00 2001 From: udjevdbaj Date: Wed, 24 Jun 2026 17:43:29 +0800 Subject: [PATCH] docs: clarify where to change default branch in providers guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default branch section mentions changing it manually but doesn't specify where in GitHub settings. Adding the specific path (Settings → Branches) to save new users a few minutes of searching. --- docs/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers.md b/docs/providers.md index a7dc6b4..6d9556c 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -68,7 +68,7 @@ token 需要 `repo` 权限。`GH_TOKEN` 作为别名也会被识别。 ### 默认分支 -GitHub 新仓库默认分支通常是 `main`。TeamAI 当前实现中 `push` 的目标分支硬编码为 `master`(历史遗留)。如果你的 GitHub 仓库使用 `main`,请手动改默认分支为 `master`,或等待后续版本支持可配置目标分支。 +GitHub 新仓库默认分支通常是 `main`。TeamAI 当前实现中 `push` 的目标分支硬编码为 `master`(历史遗留)。如果你的 GitHub 仓库使用 `main`,可以在仓库 **Settings → Branches** 中将默认分支改为 `master`,或等待后续版本支持可配置目标分支。 ## TGit Provider(腾讯工蜂)