webhook payloads for data type are different #48987
Unanswered
maxknee
asked this question in
API and Webhooks
Replies: 2 comments
-
|
I see the same behavior for our webhooks. |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
When inspecting webhook payloads from repositories, I've noticed that for push events,
repository.created_atis an int and for all other events, is a timestamp.Is there a reason why they differ? Can we normalize them? Could it be either a timestamp or an int since the repository object should be identical across event types.
Happy to discuss further
Beta Was this translation helpful? Give feedback.
All reactions