reenhanced / gitreflow

Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
MIT License
1.49k stars 64 forks source link

Retry pull-request creation if there are errors #226

Closed codenamev closed 6 years ago

codenamev commented 6 years ago

There is a race-condition when creating a Pull Request on GitHub where the feature branch that was pushed in the previous command may not be completely resolved by GitHub. This adds a few retries as a means of waiting it out.

Respolves #84