fix(ci): 修复 AI 工具 workflow 的 YAML 语法错误
This commit is contained in:
4
.github/workflows/batch-label-issues.yml
vendored
4
.github/workflows/batch-label-issues.yml
vendored
@@ -146,9 +146,7 @@ jobs:
|
||||
gh issue edit $ISSUE_NUM --add-label "$label" 2>&1 | grep -v "already exists" || true
|
||||
done
|
||||
echo " 💬 添加说明评论..."
|
||||
gh issue comment $ISSUE_NUM --body "🤖 自动标签系统检测到此 issue 并添加了相关标签。如有误判,请告知维护者。
|
||||
|
||||
🤖 Auto-labeling system detected and labeled this issue. Please let maintainers know if this is incorrect." || true
|
||||
gh issue comment $ISSUE_NUM --body $'🤖 自动标签系统检测到此 issue 并添加了相关标签。如有误判,请告知维护者。\n\n🤖 Auto-labeling system detected and labeled this issue. Please let maintainers know if this is incorrect.' || true
|
||||
else
|
||||
echo " ℹ️ 未检测到明确类型"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user