Skip to content
Discussion options

You must be logged in to vote

I got my answer by testing. The build of the second pull request could have failed because of the changes of the first pull request. GitHub is then basically waiting for the status of the first pull request. And depending on the result:

  • 1st PR also fails => 1st PR is removed and 2nd/3rd PR is retriggered
  • 1st PR is successful => 1st PR is merged, 2nd PR is removed and 3rd PR is retriggered

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BriceMortier
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BriceMortier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Question Ask and answer questions about GitHub features and usage
2 participants