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
145314: release: clean git worktree before checking for missing backports r=celiala a=rail
Previously, we used `git status --porcelain` to check for uncommitted
changes in the worktree. However, this approach was not reliable, as it
could lead to false positives or negatives in certain situations.
Instead, we now use `git clead -fd` to explicitly clean the worktree
before checking for missing backports.
Epic: none
Release note: none
Co-authored-by: Rail Aliiev <[email protected]>
0 commit comments