-
Notifications
You must be signed in to change notification settings - Fork 49
Closed as not planned
Description
Summary
Recompiled all workflows after recent changes to handle_agent_failure.cjs (#12047).
Changes
- Recompiled 138 workflows with latest setup actions
- Updated .lock.yml files to reflect recent changes
- All formatting passes ✓
- All linting passes ✓
- Compilation successful ✓
Test Status
Passing:
- ✅
make fmt- All code formatted successfully - ✅
make lint- All validations passed - ✅
make recompile- Successfully compiled 138 out of 139 workflow files
Known Pre-existing Test Failures:
The following 3 test failures existed before these changes and are unrelated to workflow recompilation:
TestCompileSpecificFiles_GeneratesMaintenanceWorkflow- Maintenance workflow not generated withexpiresfieldTestCompileSpecificFiles_DeletesMaintenanceWorkflow- Maintenance workflow not deleted when noexpiresfieldTestEnsureCopilotSetupSteps/creates_new_copilot-setup-steps.yml- Missinggh aw versionverification
These test failures should be addressed in a separate issue/PR.
Validation
make fmt # ✓ Code formatted successfully
make lint # ✓ All validations passed
make recompile # ✓ Successfully compiled 138 out of 139 workflow filesRelated
- Triggered by: CI Cleaner workflow run [Custom Engine Test] Test Issue Created by Custom Engine #389
- Related PR: Report missing safe outputs in failure issue instead of failing conclusion job #12047 (handle_agent_failure changes)
AI generated by CI Cleaner
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the agent-artifacts artifact in the workflow run linked above.
To apply the patch locally:
# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/21408524721
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 21408524721 -n agent-artifacts
# The patch file will be at agent-artifacts/tmp/gh-aw/aw.patch after download
# Apply the patch
git am agent-artifacts/tmp/gh-aw/aw.patchShow patch preview (500 of 1003 lines)
From e97c19e7e9d13b746e7bae962c7b626e6c32ff9f Mon Sep 17 00:00:00 2001
From: Copilot <198982749+Copilot@users.noreply.github.com>
Date: Tue, 27 Jan 2026 18:20:58 +0000
Subject: [PATCH] chore: recompile workflows after recent changes
- Recompiled all workflows with latest setup actions
- All formatting, linting, and compilation checks pass
- Note: 3 pre-existing test failures remain (maintenance workflow and copilot-setup tests)
---
.devcontainer/devcontainer.json | 10 ++++++++++
.github/workflows/agent-performance-analyzer.lock.yml | 2 +-
.github/workflows/agent-persona-explorer.lock.yml | 2 +-
.github/workflows/artifacts-summary.lock.yml | 2 +-
.github/workflows/audit-workflows.lock.yml | 2 +-
.github/workflows/auto-triage-issues.lock.yml | 2 +-
.github/workflows/blog-auditor.lock.yml | 2 +-
.../workflows/claude-code-user-docs-review.lock.yml | 2 +-
.github/workflows/cli-version-checker.lock.yml | 2 +-
.github/workflows/code-simplifier.lock.yml | 2 +-
.github/workflows/copilot-agent-analysis.lock.yml | 2 +-
.github/workflows/copilot-cli-deep-research.lock.yml | 2 +-
.github/workflows/copilot-pr-prompt-analysis.lock.yml | 2 +-
.github/workflows/copilot-session-insights.lock.yml | 2 +-
.github/workflows/daily-assign-issue-to-user.lock.yml | 2 +-
.github/workflows/daily-cli-performance.lock.yml | 2 +-
.github/workflows/daily-code-metrics.lock.yml | 2 +-
.github/workflows/daily-compiler-quality.lock.yml | 2 +-
.github/workflows/daily-doc-updater.lock.yml | 2 +-
.github/workflows/daily-firewall-report.lock.yml | 2 +-
.github/workflows/daily-issues-report.lock.yml | 2 +-
.github/workflows/daily-malicious-code-scan.lock.yml | 2 +-
.../workflows/daily-multi-device-docs-tester.lock.yml | 2 +-
.github/workflows/daily-observability-report.lock.yml | 2 +-
.github/workflows/
... (truncated)Reactions are currently unavailable