You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently buf breaking --against-registry is defined as a boolean flag. If set, this will run breaking against the default label for the module in the BSR. To support feature branches, where the target branch is not the default, we need to know which label in the repository to target.
Adjust the against registry flag to support taking the target label as an optional argument. It may be possible to modify the existing flag, where if an explicit label is set via an =, or a new flag may be needed.