ChangeSets FAQs

Find answers to common questions about the ChangeSets feature that creates a list of PRs to be merged.

chevron-rightCan a single PR be part of multiple ChangeSets?hashtag

Yes, technically you can add a PR to multiple ChangeSets, but it will be merged with the first ChangeSet that is flagged for merging.

chevron-rightCan a single ChangeSet have multiple PRs from the same repository?hashtag

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.

chevron-rightCan more PRs be added to the ChangeSet once "Start CI" is triggered?hashtag

Yes, if a new PR is added to the ChangeSet, the CI webhook will be retriggered with a new Status Run ID.

chevron-rightCan I review all previous the check run statuses?hashtag

Yes, the Aviator web app shows links to all previous status checks. Only the latest status run is considered when validating the ChangeSet for merge.

Last updated

Was this helpful?