Uh oh!
There was an error while loading. Please reload this page.
Add GetAutomatedSecurityFixes to report status - #2842
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #2842 +/- ##
=======================================
Coverage 98.06% 98.07% =======================================
Files 138 139 +1 Lines 12314 12357 +43 =======================================
+ Hits 12076 12119 +43
Misses 162 162 Partials 76 76
|
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @grahamhar !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
| return nil, nil, err | ||
| } | ||
| // TODO: remove custom Accept header when this API fully launches |
There was a problem hiding this comment.
Looks like API docs now recommend using the common application/vnd.github+json header. Maybe we can remove this custom header?
There was a problem hiding this comment.
Happy to do that as part of this PR.
There was a problem hiding this comment.
I've made the changes I think are needed please let me know if I need to do anything else.
gmlewis
commented
Aug 15, 2023
Thank you, @vandanrohatgi ! |
This is an attempt to fix#2080. It is also required by upstream projects such as terraform-provider-github, see issue 1301