From 7caf806e93f71d59dbd1af9ad9d93b30b1ee60c0 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 22 May 2025 17:48:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=86=E8=87=AA=E5=8A=A8=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E7=9A=84=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=88=86=E6=94=AF=E4=BB=8E=20`base`=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20`main`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为了与项目的主分支命名保持一致,将自动合并工作流的基础分支从 `base` 更改为 `main` --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ec554f8..b26bef5 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -3,7 +3,7 @@ name: Auto Merge Base to Other Branches on: push: branches: - - base + - main workflow_dispatch: # 手动触发 jobs: