A simple tool to automate GitLab Merge Request reviews using Large Language Models.
Create a file named .env in the root directory of the project.
Add your GitLab Personal Access Token and the link to the Merge Request you wish to review.
.env sample:
GITLAB_TOKEN=your-token
MR_LINK="
https://git.something.com/some-repo/some-project/-/merge_requests/123
"Run the script using the following command in your terminal
python run.py