Skip to content

Github Automator is a mechanism for automating changes from one git repository to another and vice versa.

Notifications You must be signed in to change notification settings

fidepad/repo-automator

Repository files navigation

Repo Automator

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.

linting: pylint style: black imports: isort
formatter: docformatter

Getting Started

To set up this project follow the steps outlined below:

  1. Copy all content in env.example over to .env and modify env variable as desired. RepoAutomator needs this env variable configured correctly to run properly.
  2. 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

About

Github Automator is a mechanism for automating changes from one git repository to another and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages