sindresorhus/refined-github


The issue has been closed
Highlight a PR's base branch if it's not the default #3461
fregante posted onGitHub
Initially attempted in https://github.com/sindresorhus/refined-github/pull/455
<img width="790" alt="base branch highlight" src="https://cloud.githubusercontent.com/assets/1402241/26586700/9743deae-4582-11e7-9fcc-1609ad3d6f22.png">
I think this could be an easy addition to https://github.com/sindresorhus/refined-github/pull/3408 since it has the logic already and only needs
if base === default branch
hide base
+ else
+ highlight base
cc @kidonng