-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
Same-version breaking change check added BreakingChangeReviewRequired
instead of NewApiVersionRequired
#7673
Comments
Looks like in this specific case the label Unclear yet why the automation didn't do it. I will investigate. This bug report let me discover a case that I didn't consider before: if the "same version breaking changes" check ( With the new labels human reviewers need to remember to apply appropriate "review required" label and then, use appropriate, matching "approved" label, if applicable. Specifically:
Details at:
In addition, perhaps we should denote any kind of breaking changes in same-version breaking changes as |
We decided to go with This is captured by this PR: I have a "confusion matrix" diagram elaborating on the new behavior here: Related work:
|
I suspect it may be because of the
BreakingChangeRules.yml
entry that instructed the automation to addBreakingChangeReviewRequired
.This bug likely was introduced while working on:
Specifically:
The text was updated successfully, but these errors were encountered: