Skip to content

Recompile pr-sous-chef lock workflow to resolve stale frontmatter hash#32646

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-sous-chef-workflow
May 16, 2026
Merged

Recompile pr-sous-chef lock workflow to resolve stale frontmatter hash#32646
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-sous-chef-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 16, 2026

The PR Sous Chef scheduled run failed before activation because .github/workflows/pr-sous-chef.lock.yml no longer matched .github/workflows/pr-sous-chef.md. This PR regenerates the compiled lock file so runtime validation accepts the workflow again.

  • What changed

    • Recompiled pr-sous-chef from source markdown.
    • Updated only .github/workflows/pr-sous-chef.lock.yml (metadata hash + deterministic regenerated lock content).
  • Why this resolves the failure

    • The activation guard checks lock/source consistency via frontmatter hash.
    • Regenerating the lock file brings the compiled artifact back in sync with the markdown source.
  • Example of the key delta

    -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4bbfd40c...","strict":true,"agent_id":"copilot","agent_model":"gpt-5-mini"}
    +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"f1496174...","strict":true,"agent_id":"copilot","agent_model":"gpt-5-mini"}

Copilot AI linked an issue May 16, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix PR Sous Chef workflow failure due to lock file sync issue Recompile pr-sous-chef lock workflow to resolve stale frontmatter hash May 16, 2026
Copilot AI requested a review from pelikhan May 16, 2026 15:21
@pelikhan pelikhan marked this pull request as ready for review May 16, 2026 15:23
Copilot AI review requested due to automatic review settings May 16, 2026 15:23
@pelikhan pelikhan merged commit 99fa12a into main May 16, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/aw-fix-sous-chef-workflow branch May 16, 2026 15:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes the generated pr-sous-chef lock workflow so its metadata hash matches the source markdown workflow again.

Changes:

  • Updated the gh-aw frontmatter hash metadata.
  • Regenerated deterministic heredoc delimiters and lock-file formatting.
  • Preserved the workflow behavior from .github/workflows/pr-sous-chef.md.
Show a summary per file
File Description
.github/workflows/pr-sous-chef.lock.yml Regenerated compiled lock artifact for the PR Sous Chef workflow.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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.

[aw] PR Sous Chef failed

3 participants