6 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
a229603922 Update workflow to trigger on main branch
Changed the AI Code Review GitHub Actions workflow to run on pushes to the main branch instead of the development branch.
2025-10-31 23:46:09 +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
Hamit Şimşek
ebd7dcc23b Base scripts and templates added 2025-05-30 00:07:07 +03:00