Skip to content

[aw] 4 test workflows missing .lock.yml files after firewall bump #44467 #44511

Description

@github-actions

Workflow Health Issue — Compilation Gap

Identified by: Workflow Health Manager
Priority: P2
Run: https://github.com/github/gh-aw/actions/runs/28997022503

Issue

4 workflow .md files were added in PR #44467 (chore: bump gh-aw-firewall to v0.27.28) but their corresponding .lock.yml files were not generated and committed. This means these workflows cannot be executed by GitHub Actions.

Missing Lock Files

Workflow File
Test Create PR Error Handling .github/workflows/test-create-pr-error-handling.md
Test Dispatcher .github/workflows/test-dispatcher.md
Test Project URL Explicit Requirement .github/workflows/test-project-url-default.md
Test Workflow .github/workflows/test-workflow.md

Fix

Run gh aw compile on these 4 workflows and commit the generated .lock.yml files:

gh aw compile .github/workflows/test-create-pr-error-handling.md
gh aw compile .github/workflows/test-dispatcher.md
gh aw compile .github/workflows/test-project-url-default.md
gh aw compile .github/workflows/test-workflow.md

Then commit and push the 4 generated .lock.yml files.

Context

  • All 4 workflows have private: true and are test/smoke workflows
  • test-quality-sentinel.md (from the same category) already has its lock file
  • Total: 260 .md workflows, 256 have lock files → 98.5% coverage
  • PR chore: bump gh-aw-firewall to v0.27.28 #44467 added these files as part of the gh-aw-firewall v0.27.28 bump

Generated by 🏥 Workflow Health Manager - Meta-Orchestrator · 86.5 AIC · ⌖ 11.8 AIC · ⊞ 7.7K ·

  • expires on Jul 9, 2026, 9:59 PM UTC-08:00

Metadata

Metadata

Type

No type

Fields

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