-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
Description
Refs: #200
- macOS @bhavyaus
- linux @deepak1556
- windows @jrieken
Complexity: 3
To test, you'll need to have a PR that's out of date with it's base. If you have such a PR already, you can skip step 2.
- Install the pre-release version of GitHub Pull Requests and Issues
- Checkout or make a PR that is out of date with base, but doesn't have conflicts. To make a PR that's out of date with base:
a. Dogit logand copy the second most recent commit sha
b.git checkout the-commit-sha-you-copied
c.git checkout -b topic-branch-name-of-your-choice
d. Modify a file that hasn't been touched recently, commit, and make a PR. - Open the PR's description/overview page.
- Verify that you see a button to "Update with Merge". Verify that you only see this button when the PR is checked out.
- Use the button to "Update with Merge". Verify this merges the base branch into the PR branch. Verify that the button from step 4 no longer shows once you're done.
Reactions are currently unavailable