Closed homie-dev-mike[bot] closed 1 month ago
src/lib/ai/generate-pr-summary.ts
src/lib/github/write-code-for-github.ts
src/lib/github/write-code-for-gitlab.ts
src/lib/webhooks/handle-pr-opened.ts
handlePROpened
npm install openai
de40576
src/lib/ai/generate-pr-summary.ts
to handle summary generation.src/lib/github/write-code-for-github.ts
to include summary comments in pull requests.src/lib/github/write-code-for-gitlab.ts
to include summary comments in merge requests.src/lib/webhooks/handle-pr-opened.ts
to handle summary generation for all incoming PRs or MRs.handlePROpened
function for GitHub and GitLab webhook events to add the summary comments.npm install openai
.de40576
.