. Three files were modified to implement the automatic PR summary comments feature.
A new file src/lib/github/manage-pr-comments.ts was created to handle adding or updating pull request comments.
A new file src/queue/jobs/handle-pr-event.ts was created to handle pull request events, generate summaries, and integrate with existing systems.
The existing file src/lib/github/create-github-client.ts was modified to export the GithubClient type and ensure compatibility with the newly added functionalities.
. Three files were modified to implement the automatic PR summary comments feature.
src/lib/github/manage-pr-comments.ts
was created to handle adding or updating pull request comments.src/queue/jobs/handle-pr-event.ts
was created to handle pull request events, generate summaries, and integrate with existing systems.src/lib/github/create-github-client.ts
was modified to export theGithubClient
type and ensure compatibility with the newly added functionalities.