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
For changelists without the "pkg/path: message" format of description, it is difficult to make a categorization.
We should add the list of files in the changelist to the generic.Changelist struct, and then use that to extract a category if none exists. The best way to do that would probably be to count directories and choose the most common one or the most common parent.
The text was updated successfully, but these errors were encountered:
For changelists without the "pkg/path: message" format of description, it is difficult to make a categorization.
We should add the list of files in the changelist to the generic.Changelist struct, and then use that to extract a category if none exists. The best way to do that would probably be to count directories and choose the most common one or the most common parent.
The text was updated successfully, but these errors were encountered: