question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Merged pull request still shown in Desktop several hours after merging/closing

See original GitHub issue

Description

When a pull request is created, it is shown in the ‘Pull requests’ tab in the ‘Current branch’ menu. I then navigate to GitHub.com and merge the commit, but the pull request is still shown in GitHub desktop ‘Pull requests’ tab.

If I continue to commit to this branch and then try and ‘Create a pull request’, the menu option has changed to ‘Show pull request’ and does not allow me to create a pull request (even though the previous pull request has already been merged).

Version

GitHub Desktop version: 1.1.0

OS version: Windows 10

Steps to Reproduce

  1. Create branch and perform a commit
  2. Create and approve a pull request
  3. Perform another commit on the same branch
  4. Try and create another pull request

Expected behavior: I should be able to create another pull request after the previous one has been merged

Actual behavior: IThe menu item has changed, only allowing me to show the previous pull request

Reproduces how often: Every time

Logs

Additional Information

This has only happened since GitHub Desktop v1.1.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jlurenacommented, Sep 29, 2018

Same issue here, merged PR remains on the “Created” tab on web. It’s been over a couple of days.

Haven’t tried on desktop.

1reaction
shiftkeycommented, Mar 1, 2018

I’ve been able to reproduce this, and it’s related to the merged PR being the last PR in the repository. This is unrelated to the whole “open a new branch to create a new PR” discussion.

See #4148 for the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub pull request showing commits that are already in ...
The target branch was behind master and the pull request showed commits from master, so I merged master and pushed it to GitHub,...
Read more >
More ways to keep your pull request branch up-to-date
To update by rebasing, click the drop down menu next to the Update Branch button, click Update with rebase, and then click Rebase...
Read more >
How to Easily Revert Git Pull Requests
The pull request is the process by which a potential contributor asks the maintainer of a project to accept their branch and merge...
Read more >
Merge a pull request in an AWS CodeCommit repository
You can use the console to merge your source branch to the destination branch using one of the available merge strategies, which also...
Read more >
Making additional edits on a file after opening a PR
Click “Ready for Review” to turn your Draft PR into a regular PR. Once checks pass, merge your changes. If you forget to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found