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);
constaction=awaitwindow.showInformationMessage(localize('forking_done',"The fork '{0}' was successfully created on GitHub.",ghRepository.full_name),openOnGitHub,createPR);
constaction=awaitwindow.showInformationMessage(localize('donepr',"The PR '{0}/{1}#{2}' was successfully created on GitHub.",owner,repo,pr.number),openPR);