constanswer=awaitwindow.showInformationMessage(localize('fork',"You don't have permissions to push to '{0}/{1}' on GitHub. Would you like to create a fork and push to it instead?",owner,repo),yes,no);
constopenInGitHub=localize('openingithub',"Open In GitHub");
constcreatePR=localize('createpr',"Create PR");
constaction=awaitwindow.showInformationMessage(localize('done',"The fork '{0}' was successfully created on GitHub.",ghRepository.full_name),openInGitHub,createPR);
constaction=awaitwindow.showInformationMessage(localize('donepr',"The PR '{0}/{1}#{2}' was successfully created on GitHub.",owner,repo,pr.number),openPR);