Skip to content

Dogfood issue-triage with gh-aw issue intents#369

Draft
lukewar wants to merge 1 commit into
mainfrom
aw-issue-intents-issue-triage
Draft

Dogfood issue-triage with gh-aw issue intents#369
lukewar wants to merge 1 commit into
mainfrom
aw-issue-intents-issue-triage

Conversation

@lukewar

@lukewar lukewar commented Jul 2, 2026

Copy link
Copy Markdown

What this does

This makes githubnext/agentics dogfood its own canonical issue-triage sample: it adds .github/workflows/issue-triage.md, imported verbatim from the repo's own sample at workflows/issue-triage.md, so the repo now triages its OWN new and reopened issues.

The workflow analyzes each new/reopened issue, runs a spam and quality check, then applies labels, sets issue type, detects duplicates, assesses coding-agent suitability, and posts a structured triage report. It mirrors the sample taxonomy exactly (no new taxonomy invented).

Frontmatter (matches the sample)

  • Triggers: issues opened/reopened, with reaction: eyes
  • permissions: read-all
  • Safe outputs: add-labels (max 5), add-comment, set-issue-type (max 1), close-issue (target triggering, state-reason not_planned, max 1)
  • Tools: web-fetch, github (issues + labels toolsets)
  • timeout-minutes: 10

gh-aw issue intents

Compiled with gh-aw v0.82.1 (gh aw compile issue-triage): 0 errors, 0 warnings. Native safe outputs (add-labels, add-comment, set-issue-type, close-issue) are already intents-eligible. The generated lock wires GH_AW_RUNTIME_FEATURES: ${{ vars.GH_AW_RUNTIME_FEATURES }}, so the workflow stays inert for issue intents until a repo admin opts in by setting the repo variable:

gh variable set GH_AW_RUNTIME_FEATURES --body issue_intents --repo githubnext/agentics

(lukewar has admin and can set it.)

Notes

Draft on purpose: not marking ready and not merging yet.

Closes: github/plan-track-agentic-toolkit#517.

Add .github/workflows/issue-triage.md by importing the repo's own
canonical sample (workflows/issue-triage.md) so agentics triages its
own new and reopened issues. Compile the lock with gh-aw v0.82.1, which
wires GH_AW_RUNTIME_FEATURES into the generated lock.

Tracked by github/plan-track-agentic-toolkit#517.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@lukewar lukewar requested a review from dsyme July 2, 2026 12:43
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.

1 participant