-
Bug
-
Resolution: Fixed
-
High
-
8.15.0
-
Severity 3 - Minor
-
Issue Summary
For AUTO-MERGE pull requests, POST /merge should not be called after first attempt unless get /merge changes.
This is reproducible on Data Center: no
Steps to Reproduce
- Create a PR with user B
- Click on auto-merge with user A who has permission to approve PR but no permission to merge to the target branch.
- Login via user B and view the PR again.
Expected Results
The auto-merge `POST /merge` shouldn't be called again if API is failed, unless there is change in `GET /merge `
Actual Results
The auto-merge keeps calling and failing and kind of goes into a loop.
Workaround
User B will have to go to cancel auto-merge first to allow user A to merge PR.
- mentioned in
-
Page Loading...