You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When merge status checks like Jenkins or bamboo build are required for PR merge on the branch protection, the action will fail to merge the PR. When this error happens, we handle it like a merge conflict which is wrong.
We should handle the 405 for conflicts specifically and raise a real failed issue in this case!!
We may want to look into making the flow do actual direct pushes to the branches instead of PRs UNLESS a conflict is hit, then open a PR. Maybe this is optional? idk... that is what BitBucket does as well....
The text was updated successfully, but these errors were encountered:
When merge status checks like Jenkins or bamboo build are required for PR merge on the branch protection, the action will fail to merge the PR. When this error happens, we handle it like a merge conflict which is wrong.
We should handle the 405 for conflicts specifically and raise a real failed issue in this case!!
We may want to look into making the flow do actual direct pushes to the branches instead of PRs UNLESS a conflict is hit, then open a PR. Maybe this is optional? idk... that is what BitBucket does as well....
The text was updated successfully, but these errors were encountered: