sindresorhus/refined-github




The issue has been closed
option: enable message "_user_ wants to merge _n_ commits into _branch_ from _branch_" #4027
lsloan posted onGitHub
When GitHub is used without refined-github, a message like this appears near the top of each pull request:
user wants to merge n commits into branch from branch
For example, PR #4016 in this repo shows:
yakov116 wants to merge 2 commits into main from markEmAll
When refined-github is used, that message is reduced to:
from branch
Again, for #4016, it shows:
from markEmAll
For some PRs I was working with, I wanted to be certain they were opened using the correct destination branch, but it isn't shown.
I looked through the extension options to find one that might enable the original message, but I couldn't find one. Please add an option to enable this message.