Skip to content

Add issue triage agentic workflow#1134

Merged
RichardChen820 merged 3 commits intomainfrom
copilot/triage-new-issues-workflow
Mar 5, 2026
Merged

Add issue triage agentic workflow#1134
RichardChen820 merged 3 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, detecting duplicates, and requesting missing info when the description is unclear.

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
  • Evaluate clarity → label needs-more-info + targeted clarifying comment if description is insufficient

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

💬 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
Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 5, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

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/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.53.2
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.53.2 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

@RichardChen820 RichardChen820 merged commit 06380ae into main Mar 5, 2026
6 checks passed
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.

3 participants