Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 36e699f

Browse files
committed
Navigate to pull/number!
1 parent 8f20066 commit 36e699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestDetailViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public async Task InitializeAsync(
329329
LocalRepository = localRepository;
330330
RemoteRepositoryOwner = owner;
331331
Number = number;
332-
WebUrl = localRepository.CloneUrl.ToRepositoryUrl(owner);
332+
WebUrl = localRepository.CloneUrl.ToRepositoryUrl(owner).Append("pull/" + number);
333333
modelService = await modelServiceFactory.CreateAsync(connection);
334334

335335
await Refresh();

0 commit comments

Comments
 (0)