From e76cec17654db93c209f580624868f8a9475f243 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 24 Aug 2026 20:58:15 +0000 Subject: [PATCH] style(ci): split the tool-error report footer to satisfy the 160-char yamllint gate Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Qgc6RYXWJPr5oW9DHU7zR4 --- .github/workflows/skill-quality-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/skill-quality-review.yml b/.github/workflows/skill-quality-review.yml index 04b11bc4..514b297d 100644 --- a/.github/workflows/skill-quality-review.yml +++ b/.github/workflows/skill-quality-review.yml @@ -200,7 +200,8 @@ jobs: if [ "$TESSL_ERRORS" -gt 0 ]; then echo "" >> "$REPORT_FILE" - echo "> ⚙️ ${TESSL_ERRORS} skill(s) could not be scored — the Tessl CLI errored before producing a review. Reported as a warning, not a merge blocker; if this persists, check the Tessl CLI install/auth in this workflow." >> "$REPORT_FILE" + echo "> ⚙️ ${TESSL_ERRORS} skill(s) could not be scored — the Tessl CLI errored before producing a review." >> "$REPORT_FILE" + echo "> Reported as a warning, not a merge blocker; if this persists, check the Tessl CLI install/auth in this workflow." >> "$REPORT_FILE" fi echo "report_file=$REPORT_FILE" >> "$GITHUB_OUTPUT"