Skip to content

fix(ci): auto-merge-ready-prs.yml has not parsed since 2026-07-07 - #2246

Closed
gHashTag wants to merge 5 commits into
masterfrom
fix/automerge-yaml-l62
Closed

fix(ci): auto-merge-ready-prs.yml has not parsed since 2026-07-07#2246
gHashTag wants to merge 5 commits into
masterfrom
fix/automerge-yaml-l62

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

One under-indented line has stopped this workflow parsing since 7644b30d (2026-07-07). GitHub reports "This run likely failed because of a workflow file issue" — zero jobs, run_started_at == updated_at.

Line 62, column 0 inside a run: | block scalar whose content indent is 10. A non-empty line indented less terminates the scalar, so the shell continuation is read as top-level YAML.

The 10 spaces added are exactly the scalar's indent and are stripped by YAML — the shell receives byte-identical text. "".join(orig.split()) == "".join(fixed.split()) is True.

Verified with two independent parsers (PyYAML 6.0.3, Ruby Psych/libyaml — both fail the original at 62:1, both parse the fix), a hand-written GHA schema check (0 violations), and bash -n on all four run: scripts.

No merge condition, trigger, permission or target changes. L1 regex, approved-review gate, failing-check gate, NotebookLM exclusion, --merge --delete-branch, both dry_run branches — all untouched.

The repository has had no working auto-merge for six weeks. That is why ready PRs accumulate.

Closes #2245

Line 62 sits at column 0 inside a literal block scalar whose content indent
is 10 (set by line 32). A non-empty line indented less than that terminates
the scalar, so the parser reads the shell continuation as a top-level YAML
node. GitHub reports a run with zero jobs and run_started_at == updated_at.

Introduced by 7644b30, which added the L1 gate. Every run since has failed,
so this repository has had no working auto-merge for six weeks.

The 10 spaces added are exactly the scalar's indent and are stripped by YAML:
the shell receives byte-identical text. Verified with two independent parsers
(PyYAML, Ruby Psych) plus bash -n. No merge condition, trigger, permission or
target is changed.

Closes #2245
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 20:19:01 UTC

Summary

Status Count
Total Open PRs 27
PRs with Failing Checks 9
PRs with All Checks Green 18
READY 9
FAILING 9
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=54d19991b0c2 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 20:42:29 UTC

Summary

Status Count
Total Open PRs 26
PRs with Failing Checks 9
PRs with All Checks Green 17
READY 9
FAILING 9
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=375b2f88cc2f != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 21:21:44 UTC

Summary

Status Count
Total Open PRs 24
PRs with Failing Checks 9
PRs with All Checks Green 15
READY 8
FAILING 9
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=375b2f88cc2f != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

The check-now-freshness gate requires every PR to touch docs/NOW.md.

Closes #2245
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 21:44:15 UTC

Summary

Status Count
Total Open PRs 24
PRs with Failing Checks 10
PRs with All Checks Green 14
READY 7
FAILING 10
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=375b2f88cc2f != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag

Copy link
Copy Markdown
Owner Author

Superseded by #2256, which is the same one-line fix rebuilt on current master. This one went dirty on docs/NOW.md — ironically because the NOW.md entry I added to satisfy check-now-freshness collided with master's own new entry.

@gHashTag gHashTag closed this Aug 19, 2026
auto-merge was automatically disabled August 19, 2026 22:22

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

auto-merge-ready-prs.yml has not parsed since 2026-07-07 — one under-indented line

1 participant