You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.appendLine('GitHubRepository> The remote branch for this PR was already deleted.');
returnnull;
}
returnnewPullRequestModel(this,this.remote,item);
}).filter(item=>item!==null);
return{
pullRequests,
hasMorePages
};
}catch(e){
Logger.appendLine(`GitHubRepository> Fetching all pull requests failed: ${e}`);
if(e.code===404){
// not found
vscode.window.showWarningMessage(`Fetching pull requests for remote '${this.remote.remoteName}' failed, please check if the url ${this.remote.url} is valid.`);