Dogfood issue-triage with gh-aw issue intents#369
Draft
lukewar wants to merge 1 commit into
Draft
Conversation
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>
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.
What this does
This makes githubnext/agentics dogfood its own canonical
issue-triagesample: it adds.github/workflows/issue-triage.md, imported verbatim from the repo's own sample atworkflows/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)
issuesopened/reopened, withreaction: eyespermissions: read-alltimeout-minutes: 10gh-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 wiresGH_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:(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.