rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

Fix some webhook deserialization errors. #1800

Closed ehuss closed 2 months ago

ehuss commented 2 months ago

This fixes a couple of deserialization errors I was seeing in the logs:

These events aren't actually used by triagebot, but I figured it would be good to help clean up the logs.

This also adds a log message to make it easier to see what is wrong in the future.

ehuss commented 2 months ago

Oops, switching to draft, there are some things I missed.

ehuss commented 2 months ago

OK, pushed another change to fix an error deserializing pr review comments with a null submitted_at.