Skip to content

Commit fefaec5

Browse files
Copilotalexr00
andauthored
Remove incomplete issue URL from comment
Agent-Logs-Url: https://github.com/microsoft/vscode-pull-request-github/sessions/c9502930-8af9-4e4b-b72f-ad7cdd228e8d Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 8a53d75 commit fefaec5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/view/reviewManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ export class ReviewManager extends Disposable {
523523
// different remote ref (e.g. a base branch like `origin/dev`) rather than its own remote
524524
// counterpart. Looking up a PR by that upstream name would associate the local branch with
525525
// an unrelated PR (often a stale closed one) whose head ref happens to be that base branch.
526-
// See https://github.com/microsoft/vscode-pull-request-github/issues for context.
527526
if (upstreamBranchName && branchToCheck.name && upstreamBranchName !== branchToCheck.name) {
528527
Logger.debug(`Skipping GitHub PR lookup for branch ${branchToCheck.name}: upstream branch name '${upstreamBranchName}' differs from local branch name.`, this.id);
529528
return undefined;

0 commit comments

Comments
 (0)