1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-22 00:17:37 +02:00

Show PR information in main view above the branch log when a branch is selected

This commit is contained in:
Stefan Haller
2025-10-17 14:08:27 +02:00
parent ebc97cf2b7
commit 3d879bf94a
3 changed files with 38 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ func (self *GitHubCommands) FetchRecentPRsAux(repoOwner string, repoName string,
pr := &models.GithubPullRequest{
HeadRefName: node.HeadRefName,
Number: node.Number,
Title: node.Title,
State: node.State,
Url: node.Url,
HeadRepositoryOwner: models.GithubRepositoryOwner{