Skip to content
GitHub Agentic Workflows

Issue & PR Event Workflows

Issue and PR event workflows run automatically when specific GitHub events occur. They’re ideal for automated triage, intelligent labeling, code analysis, and quality checks that happen without any manual trigger.

  • Immediate response: Auto-triage new issues, welcome contributors
  • Automated analysis: Accessibility audits, security scans
  • Smart labeling: Classify issues/PRs based on content
  • Quality gates: Run checks when PRs are opened or updated
on:
issues:
types: [opened, labeled]
on:
pull_request:
types: [opened, synchronize]
on:
pull_request_target:
types: [labeled]
branches: [main]

Add event-triggered workflows to your repository:

Terminal window
gh aw add githubnext/agentics/issue-triage
gh aw add githubnext/agentics/pr-assistant