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
{{ message }}
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
this highlights my misunderstanding of what sender is intended to mean. i guess it should mean the user that triggered the event, not the user that opened the PR. makes sense, but i went down the wrong path for some reason.
user should, instead, be pulled from the pull_request resource, like is done for the status event. however, that detail is not included in the check_run payload, so the complete version of the pull_request will need to be fetched first.