Commit graph

2 commits

Author SHA1 Message Date
Wolfgang Walther ee1e86a5b4 ci,workflows: deal with ghost reviews
When a user deletes their account, they appear as a "ghost user". This
user is represented as `null` on API requests. If such a user had posted
a review before, this breaks a few places, which assume to be able to
access `user.login`.

(cherry picked from commit 41ae23c0e7)
2025-08-25 13:29:21 +00:00
Wolfgang Walther 64fbd08045 ci/github-script/commits: split review function into separate file
This allows re-using postReview in the next commit.

(cherry picked from commit c96b0e6d3d)
2025-08-25 12:05:51 +00:00