Added a new file get-update-code-file-command.ts to generate shell commands for updating code files based on given instructions and optional line numbers.
Updated create-github-webhooks.ts to include a new webhook event handler for pull_request_review.submitted, which dispatches the implementPullRequestReviewChanges job.
Introduced a new job implement-pull-request-review-changes.ts to handle changes requested in pull request reviews, including fetching organization details, validating plan limits, cloning the repository, processing review comments, and pushing changes.
Modified import-pull-requests.ts to change the per_page parameter from 100 to 20 for importing pull requests.
get-update-code-file-command.ts
to generate shell commands for updating code files based on given instructions and optional line numbers.create-github-webhooks.ts
to include a new webhook event handler forpull_request_review.submitted
, which dispatches theimplementPullRequestReviewChanges
job.implement-pull-request-review-changes.ts
to handle changes requested in pull request reviews, including fetching organization details, validating plan limits, cloning the repository, processing review comments, and pushing changes.import-pull-requests.ts
to change theper_page
parameter from 100 to 20 for importing pull requests.