You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, Homu will leave an unstructured comment on a pull request,
like:
:emoji: Something happened!
Other times, Homu will leave a structured comment, which is some text
followed by a hidden JSON blob, like:
:emoji: Something happened!
<!-- homu: {"type":"SomethingHappened","arg1":"value"} -->
This commit converts the "approved", "delegated", and "approval ignored
because the pull request is a WIP" messages from unstructured to
structured.
Having more of our comments be structured may help us perform better
startup synchronization in the future, because we can better inspect
what Homu thought its state was before it was restarted.
0 commit comments