Skip to content

Updating agentic workflows#1397

Open
aaronpowell wants to merge 1 commit intostagedfrom
aw-updates
Open

Updating agentic workflows#1397
aaronpowell wants to merge 1 commit intostagedfrom
aw-updates

Conversation

@aaronpowell
Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Updating to the latest agentic workflow release and compiled the workflows to match.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings April 15, 2026 01:10
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

Updates the repository’s compiled agentic workflow lock files to the latest gh-aw toolchain release and aligns workflow runtime behavior with the new generated patterns.

Changes:

  • Recompiled multiple .github/workflows/*.lock.yml workflows with gh-aw v0.68.3 (Copilot CLI 1.0.21, AWF v0.25.20), including new lock/compile validation steps and updated pinned action SHAs.
  • Updated the agent execution plumbing (new Copilot driver invocation, expanded error detection outputs, additional artifact outputs like rate limits / token usage).
  • Tweaked the workflow source for codeowner-update.md to match current compilation expectations.
Show a summary per file
File Description
.github/workflows/resource-staleness-report.lock.yml Recompiled workflow with updated gh-aw version, action pins, and additional validation / reporting steps.
.github/workflows/pr-duplicate-check.lock.yml Recompiled workflow with updated gh-aw version, action pins, and expanded outputs/validation steps.
.github/workflows/learning-hub-updater.lock.yml Recompiled workflow with updated gh-aw version, action pins, and updated Safe Outputs handling/reporting.
.github/workflows/duplicate-resource-detector.lock.yml Recompiled workflow with updated gh-aw version, action pins, and expanded outputs/validation steps.
.github/workflows/codeowner-update.md Adjusted workflow source metadata and removed explicit Safe Outputs github-token override.
.github/aw/actions-lock.json Updated action lock entries for new compilation output (but currently incomplete vs new pins).

Copilot's findings

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

"repo": "actions/upload-artifact",
"version": "v7.0.0",
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
},
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

.github/aw/actions-lock.json is missing an entry for actions/[email protected] (sha 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a), but the updated compiled workflows are pinned to that SHA/version. If gh aw compile --validate checks actions against this lock file, compilation/validation will fail. Add a lock entry for actions/[email protected] (and keep v7.0.0 if still referenced elsewhere).

Suggested change
},
},
"actions/[email protected]": {
"repo": "actions/upload-artifact",
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},

Copilot uses AI. Check for mistakes.
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.

2 participants