Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload: Check PRs merge into base branch rather than base ref
The logic for checking whether a PR was improperly merged was allowing the target branch name, which could be a relative branch. We don't want that, we only want changes to merge into the base branch of the entire chain. This also helps handle some reordering issues. Topic: reorder3 Reviewers: aaron, brian-k
- Loading branch information