Results 2 comments of Stefano

An update after upgrade to **0.12.12**. The problem seems getting worse. Now even with github.com in the ssh configuration the "Create PR" is grayed out (the previous version worked). My...

Of course! I use this configuration in ~/.ssh/config: ``` #git account-1 Host account1-github.com HostName github.com User git IdentityFile ~/.ssh/id_ed25519_github_account-1 #git account-2 Host github-account-2 HostName github.com User git IdentityFile ~/.ssh/id_ed25519_github_account-2 ```...