Skip to content

Verify workflow lock files are in sync with markdown sources#15029

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/recompile-workflows-lock-files-please-work
Closed

Verify workflow lock files are in sync with markdown sources#15029
Copilot wants to merge 1 commit intomainfrom
copilot/recompile-workflows-lock-files-please-work

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Workflow lock files (.lock.yml) needed verification against their markdown sources (.md).

Changes

  • Recompiled all 149 workflows using make recompile
  • Verified lock files match their markdown sources (no changes generated)

Result

All workflow lock files are confirmed to be in sync. The compilation process validated:

  • YAML generation correctness
  • Permission and toolset configurations
  • No orphaned lock files exist

Status: All 149 workflows up to date, no drift detected.

Original prompt

This section details on the original issue you should resolve

<issue_title>[agentics] agentic workflows out of sync</issue_title>
<issue_description>## Problem

The workflow lock files (.lock.yml) are out of sync with their source markdown files (.md). This means the workflows that run in GitHub Actions are not using the latest configuration.

What needs to be done

The workflows need to be recompiled to regenerate the lock files from the markdown sources.

Instructions

Recompile all workflows using one of the following methods:

Using gh aw CLI

gh aw compile --validate --verbose

Using gh-aw MCP Server

If you have the gh-aw MCP server configured, use the compile tool:

{
  "tool": "compile",
  "arguments": {
    "validate": true,
    "verbose": true
  }
}

This will:

  1. Build the latest version of gh-aw
  2. Compile all workflow markdown files to YAML lock files
  3. Ensure all workflows are up to date

After recompiling, commit the changes with a message like:

Recompile workflows to update lock files

Detected Changes

The following workflow lock files have changes:

View diff
diff --git a/.github/workflows/auto-triage-issues.lock.yml b/.github/workflows/auto-triage-issues.lock.yml
index cca519e..12a64ec 100644
--- a/.github/workflows/auto-triage-issues.lock.yml
+++ b/.github/workflows/auto-triage-issues.lock.yml
@@ -1082,7 +1082,7 @@ jobs:
         env:
           GH_AW_RATE_LIMIT_MAX: "5"
           GH_AW_RATE_LIMIT_WINDOW: "60"
-          GH_AW_RATE_LIMIT_EVENTS: "workflow_dispatch,issues"
+          GH_AW_RATE_LIMIT_EVENTS: "issues,workflow_dispatch"
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |

References

  • Repository: github/gh-aw

Generated by Agentic Maintenance

</issue_description>

Comments on the Issue (you are @copilot in this section)

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Recompile workflows to sync lock files with markdown sources Verify workflow lock files are in sync with markdown sources Feb 11, 2026
Copilot AI requested a review from pelikhan February 11, 2026 23:24
@pelikhan pelikhan closed this Feb 11, 2026
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.

[agentics] agentic workflows out of sync

2 participants