Skip to content

[WHM] Smoke Create Cross-Repo PR — Persistent Schedule Failures (P1) #23691

Description

@github-actions

Smoke Create Cross-Repo PR has been failing on every schedule run since at least 2026-03-25. Previous tracking issue #23447 expired and auto-closed on 2026-03-30. Failures are ongoing.

Status (Schedule Runs)

Run Date Result
#450 2026-03-31T01:05Z ❌ failure
#445 2026-03-30T13:03Z ❌ failure
#442 2026-03-30T01:05Z ❌ failure
#438 2026-03-29T13:01Z ❌ failure
#434 2026-03-29T01:05Z ❌ failure

Root Cause

Same systemic push_repo_memory → Post Setup Scripts bug as #23193:

##[error]Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under
'/home/runner/work/gh-aw/gh-aw/actions/setup'.
Did you forget to run actions/checkout before running your local action?

The push_repo_memory job checks out the memory/* branch, causing the actions/setup local action to disappear from the working tree. Post Setup cleanup then fails.

Fix Required

Add a git checkout main (or git checkout HEAD) restore step in compiler_yaml.go after the memory push so that actions/setup is accessible for Post Setup cleanup.

References

  • Previous tracking issue: #23447 (expired)
  • Related: #23193 Smoke Update Cross-Repo PR (same bug, still open)
  • Detected by WHM run §23796317224

Generated by Workflow Health Manager - Meta-Orchestrator ·

  • expires on Apr 1, 2026, 12:16 PM UTC

Activity

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

Metadata

Metadata

Labels

cookieIssue Monster Loves Cookies!

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions