Skip to content

YiAgent/OpenCI · workflow yaml · 3 workflows fail before jobs start #37

Description

@github-actions

fingerprint: 87a618dca22c
occurrences: 3
last_seen: 2026-05-02T04:25:18Z
category: code
severity: high
pattern_id: none

摘要

OpenCI 的 3 个 workflow(issue-branch-from-linear.yml, pr-summary.yml,
pr.yml)均在 job 启动前失败,jobs 数组为空。触发分支为
feat/verify-sha-wire-up-atoms

根因猜测

这 3 个 workflow 的 YAML 文件可能存在语法错误或结构问题,导致 GitHub Actions
无法解析。注意 workflow 名称显示为完整路径
(如 .github/workflows/issue-branch-from-linear.yml),说明 name: 字段
可能缺失或格式错误。同时日志不可获取(log not found)也暗示 workflow 级别的
解析失败。

修复建议

检查 YiAgent/OpenCI 仓库中以下文件的 YAML 语法:

  • .github/workflows/issue-branch-from-linear.yml
  • .github/workflows/pr-summary.yml
  • .github/workflows/pr.yml

确认 name: 字段存在且为字符串,YAML 结构合法。

失败 runs

脱敏日志摘要

(无日志 — workflows 在 jobs 创建前失败,log not found)
Run details: jobs array is empty, workflow YAML parse likely failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    evolveci/triageEvolveCI agent — CI failure observation (one issue per fingerprint)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions