sindresorhus/refined-github

The issue has been closed
PR description and title are weird when making pr with multiple commits #3741
KSH-code posted onGitHub
My chain branches are such as
- feature/ksh-1
- feature/ksh-2
- feature/ksh-3
I make a PR using second branch and then set base branch from default branch to first. then PR description and title has been set via first commit description.
Why is it set by first commit? How do PR description and title reset when base branch updates?