Github PullRequest API shows 0 changed_files #200746
Replies: 2 comments
|
💬 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. ⭐ |
|
Hey there! 👋 Thanks for posting in the GitHub Community, @smuzaffar ! You are more likely to get a useful response if you are posting in the applicable category. The Apps, API and Webhooks category is a place for our community to discuss and provide feedback GitHub's APIs and webhooks. GitHub provides two APIs: a REST API and a GraphQL API. Webhooks allow you to build or set up integrations, such as GitHub Apps or OAuth Apps, which subscribe to certain events on GitHub.com I've gone ahead and moved this to the correct category for you. Good luck! |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
API
Body
Hi,
For one of our Pull Request cms-sw/root#233 , the github get pull request api shows 0 file changed [a] where as actually there are over 8000+ files changed. Our CI/CD tesst uses pull request API information to start the tests but as api shows 0 files changed so CI/CD did not trigger.
I tried closing and reopening PR, changing base branch but nothing helped. Any idea why github API is returning 0 files changed?
Thanks,
[a] curl https://api.github.com/repos/cms-sw/root/pulls/233
All reactions