Uh oh!
There was an error while loading. Please reload this page.
Allow RemoveReviewers to remove only teams - #3337
Conversation
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @nagl-resourcely!
One nit, otherwise LGTM.
Then we will be ready for a second LGTM+Approval from any other contributor to this repo before merging.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
nagl-resourcely
commented
Oct 26, 2024
Ty for expressing the nit as a diff =) |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @nagl-resourcely !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #3337 +/- ##
==========================================
- Coverage 97.72% 93.02% -4.71%
==========================================
Files 153 172 +19 Lines 13390 14860 +1470 ==========================================
+ Hits 13085 13823 +738 - Misses 215 944 +729 - Partials 90 93 +3 ☔ View full report in Codecov by Sentry. |
gmlewis
commented
Oct 27, 2024
Thank you, @tomfeigin ! |
What?
Fixes a JSON marshaling problem that causes spurious 422s when calling RemoveReviewrs with
TeamReviewersbut noReviewers.Background
The github API requires
"reviewers". It permits"reviewers": []but not"reviewers": null. Try it:Testing?
There's a new unit test. Without the 2nd commit, it fails with: