-
Notifications
You must be signed in to change notification settings - Fork 608
Test "resolve conflicts" even when the PR is not checked out #5939
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
Labels
Milestone
Comments
Testing is only blocked for PRs where more than 300 files have changed between the PR branch and the base branch head. I don't see a good way around this to unblock for testing this case, so please limit testing to PR branches that have 300 or fewer files that have changed between the PR branch head and the base branch head. |
This was referenced Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #5802
Complexity: 5
Create Issue
To test, you'll need a PR with some merge conflicts. If you have some real-world merge conflicts (ex. an old PR that you have left setting around for a while, or some lucky, more current, merger conflicts) please do use those for testing! If you use real-world merge conflicts, you might want to make a back up of your PR branch just in case something goes wrong. If you don't have any merge conflicts, you can quickly create some:
git checkout <a few commits old sha>
git checkout -b <your new branch name>
Steps to get to the "resolve conflicts" flow:
"githubPullRequests.experimentalUpdateBranchWithGitHub": true
Things to verify:
Known issues:
The text was updated successfully, but these errors were encountered: