Github actions "issue_comment" event has "null" in its created_at and updated_at fields #132515
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
getting this payload inside our self hosted runner by doing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Today lot of our CI/CD pipelines broke and while checking the root cause, i found that in the issue_event payload earlier we used to get the values in comment.updated_at fields but suddenly now its coming as null
Example payload
"comment": { "author_association": "CONTRIBUTOR", "body": "wow", "created_at": null, "html_url": "<redacted>", "id": <redacted>, "issue_url": "<redacted>", "node_id": "<redacted>", "performed_via_github_app": null, "reactions": { "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "<redacted>" }, "updated_at": null,
Anything changed recently ?
Beta Was this translation helpful? Give feedback.
All reactions