Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.5 KB

File metadata and controls

48 lines (31 loc) · 1.5 KB

🏷️ Issue Triage

For an overview of all available workflows, see the main README.

Automatically triage issues when they are created or reopened

The Issue Triage workflow runs when issues are created or reopened to analyze content, check related items, set issue type, add labels, detect duplicates, and post structured triage reports.

Installation

# Install the 'gh aw' extension
gh extension install github/gh-aw

# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/issue-triage

This walks you through adding the workflow to your repository.

How It Works

graph LR
    A[Issue Created/Reopened] --> B[Gather Context]
    B --> C[Spam & Quality Check]
    C --> D[Triage: Type, Labels]
    D --> E[Detect Duplicates]
    E --> F[Post Triage Report]
Loading

The workflow may search for relevant documentation, error messages, or similar issues online to assist with triage.

Usage

This workflow triggers automatically when issues are created or reopened—you cannot start it manually.

Configuration

This workflow requires no configuration and works out of the box. You can customize triage criteria, labeling logic, and automated responses.

After editing run gh aw compile to update the workflow and commit all changes to the default branch.

Human in the loop

  • Review triage reports for accuracy
  • Validate label, type, and field assignments
  • Override or adjust triage decisions when needed