Skip to content

[plan] Improve actionability of cloclo workflow failure message #30486

@github-actions

Description

@github-actions

Objective

Update the run-failure safe-outputs message in .github/workflows/cloclo.md to include an actionable link to run logs, so users know what to do when the workflow fails.

Context

Analysis from discussion #30179 identified that the cloclo failure message is charming but non-actionable:

run-failure: "🎵 Intermission... [{workflow_name}]({run_url}) {status}. The show must go on... eventually!"

Users seeing this in a PR comment have no clear next step. The breaking-change-checker workflow is a good counter-example — its failure message names what is unknown and implicitly guides users.

Approach

  1. Open .github/workflows/cloclo.md
  2. Find the run-failure: line (around line 36)
  3. Replace "The show must go on... eventually!" with "Check the [run logs]({run_url}) for details."
  4. Run make recompile to regenerate the compiled lock file

Files to Modify

  • .github/workflows/cloclo.md — update run-failure message
  • .github/workflows/cloclo.lock.yml — regenerated via make recompile

Proposed Change

Before:

run-failure: "🎵 Intermission... [{workflow_name}]({run_url}) {status}. The show must go on... eventually!"

After:

run-failure: "🎵 Intermission... [{workflow_name}]({run_url}) {status}. Check the [run logs]({run_url}) for details."

Acceptance Criteria

  • run-failure message in cloclo.md includes an explicit link to run logs
  • Theatrical theme preserved (🎵 emoji and "Intermission" metaphor retained)
  • make recompile run and .lock.yml updated
  • No other files changed unnecessarily

Generated by Plan Command for issue #discussion #30179 · ● 1.9M ·

  • expires on May 8, 2026, 1:54 AM UTC

Metadata

Metadata

Labels

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