Associated Pull Requests to a commit returning an empty set #148371
Replies: 6 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
We are also seeing this with the the sorenlouv/backport-github-action tool, that is used for backports. It checks for a commit SHA and that's failing now due to this new behavior. |
Beta Was this translation helpful? Give feedback.
-
|
We're also experiencing errors with a pull request that is still returning |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Looks like it's working on new PR's. Still getting an empty set on PR's created during the time window while this API endpoint was misbehaving. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, looks like we got an ack https://github.com/orgs/community/discussions/148372#discussioncomment-11721313 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I've merged a GitHub PR in one of my private repos and it has merged successfully. In the web UI I can see the commit has three SHAs:
the SHA for the commit which is the head of master
two parent SHAs
The head of the new branch
The previous head of master
So far so good. The problem is when I query the data from the API one of the SHAs is missing.
the head.sha is correct
the base.sha is correct
the merge_commit_sha is null.
The API says the PR state is closed and merged is true.
What would cause the merge commit sha to be null? How can I help make sure it's set? My CI relies on having this data available.
Beta Was this translation helpful? Give feedback.
All reactions