From 3c48bdd96bdd3a663c5e1a7169d911e9e86187da Mon Sep 17 00:00:00 2001 From: xieyuanxiang <124608760@qq.com> Date: Wed, 13 May 2026 19:21:41 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20copilot=20review=20=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=20graceful=20pass=20=E8=80=8C=E9=9D=9E=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wait-for-copilot-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wait-for-copilot-review.yml b/.github/workflows/wait-for-copilot-review.yml index 2cc613c..39cceb1 100644 --- a/.github/workflows/wait-for-copilot-review.yml +++ b/.github/workflows/wait-for-copilot-review.yml @@ -37,7 +37,7 @@ jobs: echo "Attempt $i/48: Copilot has not reviewed $HEAD_SHA yet — sleeping 10s." sleep 10 done - echo "✗ Timed out waiting for Copilot review on $HEAD_SHA." + echo "⚠ Timed out waiting for Copilot review on $HEAD_SHA — treating as pass (Copilot may be unavailable)." echo "All reviews currently on this PR:" echo "$reviews" | jq -r '.[] | " - \(.user.login) on \(((.commit_id // "?") | .[0:7])): \(.state)"' || true - exit 1 + exit 0