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

Merge status checks cause cascade action to fail! #23

Open
bakosa opened this issue Jun 23, 2022 · 0 comments
Open

Merge status checks cause cascade action to fail! #23

bakosa opened this issue Jun 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@bakosa
Copy link
Collaborator

bakosa commented Jun 23, 2022

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....

@bakosa bakosa added the bug Something isn't working label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant