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 most monorepo updates such as for @angular show low data because we currently exclude branches with more than one update from our statistics. However, for packages which are nearly always upgraded together, this means we filter out all the data!
First step will be to prefer source URL for each package and base our filtering on unique source URLs instead of package names.
Second step will be to include weighted scores for multi-source PRs, especially if they pass.
The text was updated successfully, but these errors were encountered:
Currently most monorepo updates such as for
@angular
show low data because we currently exclude branches with more than one update from our statistics. However, for packages which are nearly always upgraded together, this means we filter out all the data!First step will be to prefer source URL for each package and base our filtering on unique source URLs instead of package names.
Second step will be to include weighted scores for multi-source PRs, especially if they pass.
The text was updated successfully, but these errors were encountered: