-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove HeadSHA parameter from UpdateCheckRunOptions #1658
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1658 +/- ##
=======================================
Coverage 70.01% 70.01%
=======================================
Files 97 97
Lines 6340 6340
=======================================
Hits 4439 4439
Misses 985 985
Partials 916 916
Continue to review full report at Codecov.
|
@gmlewis can you please review this PR ? |
Note that this PR is a breaking API change, so I've added the label to keep track. |
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.
Thank you, @ishanupadhyay!
LGTM.
Awaiting second LGTM before merging.
@erikkn - it would be nice to get all breaking changes into the next major release ( |
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.
We are aware of the breaking API change, so LGTM.
Thank you, @erikkn ! |
This PR is regarding issue 1652. head_sha is no longer supported as a parameter in case of updating a check run. Therefore it is being removed from type UpdateCheckRunOptions in this PR.
Fixes #1652.