Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
CLA is signed. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4560 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 197 197
Lines 18291 18291
=======================================
Hits 18030 18030
Misses 261 261 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
According to the CLA checker: OK, so to resolve this problem, you are either going to need to recreate the commits locally so that ONLY YOU performed all the commits, and then FORCE-PUSH to this PR to eliminate the Copilot commits, or you are going to have to close this PR and open a brand new one where only you are the committer. Sorry for the hassle, but we can't move forward with this PR until the CLA issue is resolved, per Google Open Source rules. |
|
Replaced by #4561 with a newly created sole-author commit, as requested, so the CLA check can evaluate only the signed contributor. No force-push was used. |
Summary
CustomPropertycould not represent GitHub’s optionalrequire_explicit_valuessetting, preventing clients such as the Terraform provider from preserving or managing it.This adds the optional field, keeps omitted and explicit
falsevalues distinct, and covers response decoding plus batch and single-property request bodies.Closes #4559
Assisted contribution
GitHub Copilot substantially assisted with the code, tests, and prose. I reviewed, understood, and tested every change.