gogetgithub does the following things
- Connects to Github
- Connects to a repo
- Creates a branch
- Create a Pull request on the newly created branch for the repo by modifying some of the files
make build
make container
make deploy
docker run -e CLIENT_ID=<GITHUB_OAUTH_APP_CLIENT_ID> -e CLIENT_SECRET=<GITHUB_OAUTH_APP_CLIENT_SECRET> -p 20080:8080 vinayakinfrac/gogetgithub:latest