-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display pull request head branch even the branch deleted or repository deleted #10413
Conversation
Thank you for implementing this feature request! As I would mainly need this functionality for Renovate as you correctly discovered, I would like to ask if this PR also exposes the head branch name through the API, specifically |
@ppmathis Updated. OK, now it should include headbranch information on API also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pleace update tests ...
5ca3874
to
9305bb8
Compare
…nd fill repo when pr.Issue.Repo is available
9305bb8
to
402ea38
Compare
Codecov Report
@@ Coverage Diff @@
## master #10413 +/- ##
==========================================
+ Coverage 43.7% 43.71% +<.01%
==========================================
Files 585 585
Lines 82005 82005
==========================================
+ Hits 35844 35848 +4
+ Misses 41719 41716 -3
+ Partials 4442 4441 -1
Continue to review full report at Codecov.
|
Please send backport |
This PR did some improvments.
Fix #10347