Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry pull-request creation if there are errors #226

Merged
merged 1 commit into from
May 10, 2018

Conversation

codenamev
Copy link
Collaborator

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

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.
Copy link
Member

@nhance nhance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

This is super useful. I have run into it a few times

@codenamev codenamev merged commit 97af5db into master May 10, 2018
@codenamev codenamev deleted the vs-fix-pr-race-condition branch May 10, 2018 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants