Pull Request Status Check when no PR Build is run #1791
-
In our branch policies we have defined the status check "Pull Request Status Check" to be required before completing a PR, however after running the Create Release Action it created a PR to increment the version number but there is no PR Build. Therefore, the Pull Request Status Check can never complete. What is the best practice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The Pull Request Build should always be triggered when you open a PR to my knowledge. If it didn't, I would imagine it's due to a temporary hick-up in GitHub. Does it trigger if you close and re-open the pull request using the button at the bottom of the PR? We've seen these things happen in the Microsoft repos as well. We typically just close and re-open them to trigger a new build. |
Beta Was this translation helpful? Give feedback.
The Pull Request Build should always be triggered when you open a PR to my knowledge. If it didn't, I would imagine it's due to a temporary hick-up in GitHub. Does it trigger if you close and re-open the pull request using the button at the bottom of the PR?
We've seen these things happen in the Microsoft repos as well. We typically just close and re-open them to trigger a new build.