4 Commits

Author SHA1 Message Date
Hamit Şimşek
befe125003 Enhance AI review script to compute a detailed per-file change summary and output it in JSON format 2025-11-01 13:13:29 +03:00
Hamit Şimşek
3107780363 Refactor AI review script to support new JSON output format for multiple issues and enhance error handling 2025-11-01 00:18:01 +03:00
Hamit Şimşek
7c4955a712 Add functions to fetch repository labels and manage issues/comments in AI review 2025-11-01 00:07:49 +03:00
Hamit Şimşek
95c2fe79b1 Add AI-powered code review GitHub Action
Introduces a workflow that uses an OpenAI model to analyze code changes on the development branch. If an issue is detected in the diff, the script automatically creates a GitHub issue with relevant details, labels, and assignees.
2025-10-31 23:39:37 +03:00