Pull request (PR) view does not show recent commits #59774
Replies: 6 comments 13 replies
-
|
I was able to work around this by pushing an empty commit (to the same branch as the out of sync PR):
|
Beta Was this translation helpful? Give feedback.
-
|
I closed the PR, opened it again, made a commit and pushed and it worked 🤷🏾 |
Beta Was this translation helpful? Give feedback.
-
|
Have also seen this happen where new commits not only don't show up in the view, they do not kick off CI. In this case, none of the above referenced work arounds work, however, changing the target branch of the PR and then changing it back seems to work. |
Beta Was this translation helpful? Give feedback.
-
|
My case is PR view does not show even with a newly created PR. It displayed automatically before. |
Beta Was this translation helpful? Give feedback.
-
|
In my case GitHub itself was apparently overloaded. The GitHub Status page reported an incident and mentioned background job queues. In this case new commits do not appear immediately and it looks as if the Git repository is messed up, but it is only GitHub which is reacting much more slowly than usual. After a while the missing commits appeared. |
Beta Was this translation helpful? Give feedback.
-
|
Just update the base to the same one and the issue will be fixed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hi,
I have successfully pushed the changes into the remote brach. However, the PR view doesn't show the recent commit. I'm not sure about the cause for such behaviour.
Screenshots:


Branch View vs PR view
Beta Was this translation helpful? Give feedback.
All reactions