Commit Graph

7 Commits

Author SHA1 Message Date
Tony c9045eab8e chore: update radar rules for target parameter clarification 2026-02-14 01:16:57 +08:00
DIYgod 6ab5cf62ff
docs: update outdated PR review rules (#21129) 2026-02-12 21:49:06 +08:00
DIYgod 7132127a5d
ci: add generic PR auto-review workflow (#21128)
- Add reusable PR review rules prompt

- Add workflow for automatic PR review on updates

- Remove unused similar_issues prompt file
2026-02-12 21:24:13 +08:00
Stephen Zhou be83ac8be4
chore: fix prettier config 2025-11-27 14:32:29 +08:00
King-of-Infinite-Space 2b951ca938
chore(workflow): prevent similar issue being the current issue (#20410) 2025-11-03 09:23:03 +00:00
Tony f969f638c7 chore: update AI model to openai/gpt-4.1-mini and remove max-tokens parameter 2025-09-04 03:50:59 +08:00
DIYgod f02a8b205c
chore: add AI-powered similar issues finder using GitHub MCP
- Introduced a new workflow that triggers on issue creation to find similar issues using AI.
- Added a prompt configuration for the AI model to retrieve relevant past issues based on the current issue's title and body.
- Implemented steps to prepare input, invoke AI inference, and comment on the issue with found matches.
2025-08-31 21:14:36 +08:00