This Django application allows you to automatically clone a pull request (PR) from a primary repository and create a duplicate PR in a secondary repository. It also copies comments made on the duplicate PR back to the primary PR.
To set up this project follow the steps outlined below:
- Copy all content in
env.example
over to.env
and modify env variable as desired. RepoAutomator needs thisenv
variable configured correctly to run properly. - Build and start all required docker containers by running code below.
make build # This builds the required containers make start # This starts up all required containers