From c68b828af937b770b0b658cd0c5fecd8bb9fcded Mon Sep 17 00:00:00 2001 From: hailaz <739476267@qq.com> Date: Thu, 18 Sep 2025 10:36:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9=20copilot?= =?UTF-8?q?=20=E5=88=86=E6=94=AF=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-main.yml | 2 ++ .github/workflows/ci-sub.yml | 2 ++ .github/workflows/golangci-lint.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 42f9700f4..3730c4399 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -11,6 +11,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** pull_request: branches: @@ -20,6 +21,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/.github/workflows/ci-sub.yml b/.github/workflows/ci-sub.yml index 03ee6858c..847428a1a 100644 --- a/.github/workflows/ci-sub.yml +++ b/.github/workflows/ci-sub.yml @@ -12,6 +12,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** pull_request: branches: @@ -21,6 +22,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d4cabb4b4..9582492a1 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,6 +14,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** - feat/** pull_request: branches: @@ -23,6 +24,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** - feat/** jobs: