Fix issue triage workflow dispatches - #68997
Merged
DeagleGross merged 2 commits intoSep 2, 2026
Merged
Conversation
Explicitly target dispatch issues in safe outputs, require a real area label before no-oping, and isolate generated jobs by issue. Recompile with gh-aw v0.87.10. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d12ab2db-364a-453c-b77b-42690f2321b6
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Workflow-level concurrency in the generated .lock.yml still doesn’t key off workflow_dispatch’s issue_number, allowing parallel runs against the same issue to race when applying labels/comments.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Lite
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
.github/workflows/issue-triage-agent.lock.yml — The workflow-level concurrency group doesn’t include github.event.inputs.issue_number, so two… |
What changed in this PR
This PR updates the issue-triage-agent Agentic Workflows definition and its generated workflow to better support workflow_dispatch triage runs by targeting the dispatched issue explicitly and reducing cross-run contention.
Changes:
- Adds a per-issue discriminator in the gh-aw workflow definition and clarifies safe-output usage to explicitly target the intended issue number.
- Tightens the “no-op” condition to require an existing
area-*label (not just subtype labels likedocs/question). - Regenerates the compiled
.lock.ymlworkflow and updates pinned gh-aw action versions via the actions lockfile.
| File | Description |
|---|---|
| .github/workflows/issue-triage-agent.md | Adds per-issue job discrimination and updates prompt instructions to explicitly target the dispatched issue and refine no-op criteria. |
| .github/workflows/issue-triage-agent.lock.yml | Regenerated compiled workflow using gh-aw v0.87.10, including updated runtime/setup plumbing and conclusion concurrency isolation. |
| .github/aw/actions-lock.json | Updates pinned github/gh-aw-actions/setup entry to v0.87.10. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
DeagleGross
enabled auto-merge (squash)
September 2, 2026 14:45
Use the dispatched issue number in the workflow-level concurrency group and preserve queued runs for the same issue. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d12ab2db-364a-453c-b77b-42690f2321b6
Youssef1313
approved these changes
Sep 2, 2026
This was referenced Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
area-*label before treating triage as a no-opValidation
gh aw compile issue-triage-agent --strict