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
fix(submit): derive default PR title from first commit message
The default PR title is now derived from the subject of the first
commit in the branch (the oldest commit unique to the branch) instead
of the branch name.
Falls back to the branch-name-based title if no commits are available.
0 commit comments