tbroadley / github-spellcheck-cli

Check a GitHub repository for spelling mistakes and automatically create a pull request :pen:
MIT License
135 stars 14 forks source link

Issue when forking a repo that's already forked in an organization user is part of #76

Open tbroadley opened 6 years ago

tbroadley commented 6 years ago

Case study: I'm part of the Boltmade org, which has a fork of DefinitelyTyped. When I ran github-spellcheck on DefinitelyTyped, the tool wanted to fork it to tbroadley/DefinitelyTyped, but actually didn't because the Boltmade fork existed. Then the clone from tbroadley/DefinitelyTyped failed.