FAQs
Can a single PR be part of multiple ChangeSets?
Yes, technically you can add a PR to multiple ChangeSets, but it will be merged with the first ChangeSet that is flagged for merging.
Can a single ChangeSet have multiple PRs from the same repository?
Yes, ChangeSets can have multiple PRs in the same repository. If using global CI validation, you will have to handle incorporating changes from multiple PRs/branches in the same repository yourself.
Last updated