Merge pull request #565 from alexyan0431/add-issue-ai-agent

Add Issue AI Agent — AI-powered GitHub Issue triage Action
This commit is contained in:
James Murdza
2026-05-23 19:14:52 -07:00
committed by GitHub
+1
View File
@@ -286,6 +286,7 @@ Integrations that automatically review pull requests and suggest code fixes:
- [Grit](https://app.grit.io) — GitHub-integrated agent for automating maintenance tasks and other development work.
- [PR Triage](https://pr-triage-web.vercel.app) — Open source PR evaluation tool that scores pull requests on six quality dimensions with diff evidence. BYOK, MIT licensed.
- [prpack-action](https://github.com/Lucas2944/prpack-action) — GitHub Action that runs prpack on every PR, uploads the packed markdown as an artifact, and posts a summary comment. MIT.
- [Issue AI Agent](https://github.com/alexyan0431/issue-ai-agent) — Open source GitHub Action that auto-classifies, labels, and replies to issues using AI. Detects duplicates and handles follow-up comments. Supports Claude, OpenAI, and OpenAI-compatible APIs (BYOK). MIT licensed.
### CI/CD & Testing Automation