Skip to content

turbo-src/create_pull_requests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Create env.list file with the following:

GITHUB_TOKEN=YOUR_GITHUB_TOKEN

Run

docker run -it --env-file env.list create-pull-requests \
python create_pull_requests.py "7db9a" "demo" "master" "pullRequest1" "refactor(lsp): remove redundant client cleanup" "auto pull request"
docker build -t create-pull-requests .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • Dockerfile 18.3%