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
Ensure automerge only runs on a clean git worktree (#179)
This patch introduces an additional check at the start of the automerge
script to ensure that it only runs on a clean git worktree. This check
prevents issues where local changes might be included unintentionally as
part of merge commits.
0 commit comments