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
CI can pass even if there are conflicts in go.sum files (note: it won't pass if there is a conflict in go.mod file). It can lead to potential merge with conflicts to main. Example: #6492 (comment) (at the time of writing, the comment is not outdated and CI is green).
Suggested Design
CI should catch these merge conflicts and block merge before they are resolved
Acceptance Criteria
CI catches merge conflicts in go.sum files (would be also nice to make sure that every other file is also checked, what if go.sums are not the only files?)
The text was updated successfully, but these errors were encountered:
Background
CI can pass even if there are conflicts in
go.sum
files (note: it won't pass if there is a conflict ingo.mod
file). It can lead to potential merge with conflicts to main. Example: #6492 (comment) (at the time of writing, the comment is not outdated and CI is green).Suggested Design
CI should catch these merge conflicts and block merge before they are resolved
Acceptance Criteria
CI catches merge conflicts in
go.sum
files (would be also nice to make sure that every other file is also checked, what ifgo.sums
are not the only files?)The text was updated successfully, but these errors were encountered: