We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noir changes happening in this repository are currently mirrored in batches to the Noir repository (e.g. noir-lang/noir#4657).
Sub-PRs within the batches could be breaking PRs (i.e. backward incompatible) containing breaking changes.
But their breaking flags don't bubble up to the batch PR itself, makes spotting breaking changes in the Noir repo less trivial than it should be.
When ≥1 sub-PR is breaking, batch-mirror PR is flipped breaking (i.e. adds ! in title).
!
The text was updated successfully, but these errors were encountered:
Commit overrides in the sync PR bodies sufficiently communicate individual breaking PRs.
Sorry, something went wrong.
No branches or pull requests
Context
Noir changes happening in this repository are currently mirrored in batches to the Noir repository (e.g. noir-lang/noir#4657).
Problem
Sub-PRs within the batches could be breaking PRs (i.e. backward incompatible) containing breaking changes.
But their breaking flags don't bubble up to the batch PR itself, makes spotting breaking changes in the Noir repo less trivial than it should be.
Happy case
When ≥1 sub-PR is breaking, batch-mirror PR is flipped breaking (i.e. adds
!
in title).The text was updated successfully, but these errors were encountered: