We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6bc7c commit 3e54cf5Copy full SHA for 3e54cf5
src/github/folderRepositoryManager.ts
@@ -1816,8 +1816,7 @@ export class FolderRepositoryManager implements vscode.Disposable {
1816
const matchingPullRequest = await repo.getPullRequestForBranch(
1817
this.repository.state.HEAD.upstream.name,
1818
);
1819
- if (matchingPullRequest && (matchingPullRequest.head?.owner === headGitHubRepo?.remote.owner)
1820
- && (matchingPullRequest.head?.name === headGitHubRepo?.remote.repositoryName)) {
+ if (matchingPullRequest && (matchingPullRequest.head?.owner === headGitHubRepo?.remote.owner)) {
1821
return {
1822
owner: repo.remote.owner,
1823
repositoryName: repo.remote.repositoryName,
0 commit comments