Skip to content

Add issue triage agentic workflow#1134

Open
Copilot wants to merge 2 commits intomainfrom
copilot/triage-new-issues-workflow
Open

Add issue triage agentic workflow#1134
Copilot wants to merge 2 commits intomainfrom
copilot/triage-new-issues-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

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-triage

Trigger: issues: opened

Steps (in order):

  • Fetch full issue details via GitHub API
  • Search open/closed issues for duplicates → label duplicate + comment + stop
  • Classify type → bug / enhancement / feature-request / question / documentation
  • Assign priority → priority-high / priority-medium / priority-low
  • Evaluate clarity → label needs-more-info + targeted clarifying comment if description is insufficient
  • Route to assignee based on recent contributor activity in relevant issues/PRs

Safe outputs used: add-labels, add-comment, update-issue — main job runs with issues: read only; 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 as linguist-generated

Warning

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
    • Triggering command: /usr/bin/gh gh label list --repo Azure/AppConfiguration --limit 100 (http block)
  • https://api.github.com/repos/Azure/AppConfiguration/collaborators
    • Triggering command: /usr/bin/gh gh api /repos/Azure/AppConfiguration/collaborators --paginate (http block)
  • https://api.github.com/repos/Azure/AppConfiguration/labels
    • Triggering command: /usr/bin/gh gh api /repos/Azure/AppConfiguration/labels --paginate (http block)
    • Triggering command: /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
    • Triggering command: /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
    • Triggering command: /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.

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
@RichardChen820 RichardChen820 marked this pull request as ready for review February 26, 2026 07:12
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.

2 participants