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
Right now, we are passing in labels that come from rules as-is. We have to improve that because sometimes irrlevant potentially confusing labels can be passed. We have to evaluate whether:
we can pass labels that come out of label selector (special attention to ! operator)
test the effect of labels that have a hierarchical relationship like going from javax -> jakarta, then from jakarta -> quarkus, etc.
evaluate the effect of source labels
The text was updated successfully, but these errors were encountered:
Right now, we are passing in labels that come from rules as-is. We have to improve that because sometimes irrlevant potentially confusing labels can be passed. We have to evaluate whether:
The text was updated successfully, but these errors were encountered: