Open
Conversation
Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add workflow for triaging new issues
Add issue triage agentic workflow
Feb 26, 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.
Adds a GitHub Agentic Workflow (gh-aw) that automatically triages newly opened issues: classifying type and priority, detecting duplicates, requesting missing info, and routing to relevant team members.
Workflow:
issue-triageTrigger:
issues: openedSteps (in order):
duplicate+ comment + stopbug/enhancement/feature-request/question/documentationpriority-high/priority-medium/priority-lowneeds-more-info+ targeted clarifying comment if description is insufficientSafe outputs used:
add-labels,add-comment,update-issue— main job runs withissues: readonly; write operations delegated to separate safe-output jobs.Network: restricted to
api.github.com.Files
.github/workflows/issue-triage.md— workflow definition (editable at runtime without recompilation).github/workflows/issue-triage.lock.yml— compiled GitHub Actions YAML (generated, do not edit).gitattributes— marks lock files aslinguist-generatedWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh gh label list --repo Azure/AppConfiguration --limit 100(http block)https://api.github.com/repos/Azure/AppConfiguration/collaborators/usr/bin/gh gh api /repos/Azure/AppConfiguration/collaborators --paginate(http block)https://api.github.com/repos/Azure/AppConfiguration/labels/usr/bin/gh gh api /repos/Azure/AppConfiguration/labels --paginate(http block)/usr/bin/gh gh api /repos/Azure/AppConfiguration/labels conntrack --ctstate INVALID,NEW -j DROP(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq .object.sha(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.50.4/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.50.4 --jq .object.sha(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.