feat(workflows): add issue-triage and issue-arborist workflows; upgrade gh-aw to v0.81.6#1281
Merged
Merged
Conversation
Regenerates all committed .lock.yml files (plus the agents/skills/actions-lock artifacts) via 'gh aw upgrade' + recompile. Bumps the pinned toolchain: gh-aw compiler v0.79.6->v0.81.6, copilot engine 1.0.60->1.0.65, actions/checkout v6->v7, gh-aw-firewall 0.27.2->0.27.11, gh-aw-mcpg v0.3.25->v0.3.30, github-mcp-server v1.1.2->v1.4.0, and adds the gh-aw-node container + GH_AW_RUNTIME_FEATURES passthrough. No agent-file (.md) behavior changes. Co-authored-by: Copilot <[email protected]>
Adapts two gh-aw backlog-management patterns to ado-aw's conventions and label set: - issue-triage: labels new/unlabeled issues (triggers on issue events + every 8h sweep + manual). Classifies into the repo's existing type/area/meta labels via add-labels, comments its rationale on issue events, stays comment-quiet on sweeps. min-integrity none, treats issue content as untrusted. - issue-arborist: daily agent that clusters related issues and links them into [Parent] / sub-issue trees (create-issue + link-sub-issue) and posts a summary discussion. Pre-fetches the last 100 non-sub open issues via a gh step; conservative linking (5+ per cluster, precision over recall). Both compile clean under gh-aw v0.81.6 (0 errors). Co-authored-by: Copilot <[email protected]>
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.
Adds two gh-aw-inspired backlog-management agentic workflows and rolls in the
gh aw upgraderecompile.New workflows (adapted to ado-aw conventions + label set)
issue-triage🏷️issues: [opened, reopened, edited]+every 8hsweep +workflow_dispatch.add-labels.min-integrity: none, treats all issue content as untrusted input, always ends with a safe-output (noopfallback).issue-arborist🌳daily+workflow_dispatch.gh issue liststep, then clusters related issues and links them into[Parent]/ sub-issue trees (create-issue+link-sub-issue), posting a summarycreate-discussion(General category).Both compile cleanly under gh-aw v0.81.6 (0 errors).
gh-aw upgrade recompile (commit 1)
Regenerates every committed
.lock.yml(+ agents/skills/actions-lock) fromgh aw upgrade. Pinned toolchain bumps:GH_AW_RUNTIME_FEATURESpassthroughNo agent-file (
.md) behavior changes in the upgrade commit; it's purely a toolchain-pin refresh. Fullgh aw compileof all 19 workflows passes with 0 errors.