issues
search
homie-gg
/
homie
2
stars
0
forks
source link
Implement automatic PR/MR summary generation and commenting system
#306
Closed
homie-dev-mike[bot]
closed
1 month ago
homie-dev-mike[bot]
commented
1 month ago
Created a new file 'generate-pr-summary.ts' responsible for constructing PR summaries using OpenAI.
Enhanced 'github/webhook.ts' by integrating 'generatePRSummary' function to auto-comment summaries on new pull requests.
Updated 'gitlab/webhook.ts' to support automatic summary generation for newly opened merge requests, appending comments using GitLab API.
Modified 'write-code.ts' job to post generated PR summaries after creating pull requests.
Ensure OpenAI API key configuration and validate summary generation process through thorough testing and error handling improvements.