Skip to content

Fix Issue Triage workflow runtime and refresh compiled lockfile - #69

Draft
jpomfret with Copilot wants to merge 2 commits into
mainfrom
copilot/debug-workflow-failure
Draft

Fix Issue Triage workflow runtime and refresh compiled lockfile#69
jpomfret with Copilot wants to merge 2 commits into
mainfrom
copilot/debug-workflow-failure

Conversation

Copilot AI commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The Issue Triage agentic workflow was failing before inference started because the compiled runtime expected a Copilot binary at /usr/local/bin/copilot, which was not present on the runner. This updates the workflow source to satisfy current strict validation and regenerates the compiled workflow with the newer gh-aw runtime layout.

  • Root cause addressed

    • Refreshes the compiled issue-triage.lock.yml from gh-aw v0.86.2
    • Picks up the newer Copilot runtime path handling that stages the binary under ${RUNNER_TEMP}/gh-aw/bin/copilot instead of hardcoding /usr/local/bin/copilot
  • Workflow source hardening

    • Adds an explicit disabled shell policy to the workflow source:
      • tools.bash: []
    • Keeps the workflow aligned with strict mode requirements when tools.github.min-integrity: none is set
  • Generated workflow impact

    • Updates the pinned gh-aw setup action and generated runtime metadata
    • Regenerates the lockfile so the compiled agent and detection paths use the new Copilot harness invocation
tools:
  bash: []
  github:
    lockdown: false
    min-integrity: none

Copilot AI linked an issue Aug 14, 2026 that may be closed by this pull request
Co-authored-by: jpomfret <981370+jpomfret@users.noreply.github.com>
Copilot AI changed the title [WIP] Debug issue triage workflow failure Fix Issue Triage workflow runtime and refresh compiled lockfile Aug 14, 2026
Copilot AI requested a review from jpomfret August 14, 2026 05:18
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] Issue Triage failed

2 participants