. A new function generatePRSummary was created to generate concise summaries for pull requests using the OpenAI API.
The functions writeCodeForGithub and writeCodeForGitlab were modified to include a new comment with the generated summary after creating the pull request or merge request.
The summary comment is generated based on the pull request title, description, and changed files.
The implementation automatically adds a summary comment to each pull request on both GitHub and GitLab.
. A new function
generatePRSummary
was created to generate concise summaries for pull requests using the OpenAI API.writeCodeForGithub
andwriteCodeForGitlab
were modified to include a new comment with the generated summary after creating the pull request or merge request.