API /commits author
and commiter
objects is empty in case of user.email
is empty
#57497
Unanswered
Vacxe
asked this question in
API and Webhooks
Replies: 1 comment
-
See: danger/kotlin#249 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
Reference: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28
Setup:
git --global user.email
is emptyIssue:
If
user.email
is empty thenauthor
andcommiter
going to be an empty objectsFix suggestion:
Respond
null
or set field asoptional
.Beta Was this translation helpful? Give feedback.
All reactions