From e10f2071035b7f25081671dfdad63cfa8904aa68 Mon Sep 17 00:00:00 2001 From: Jean Schmidt Date: Mon, 24 Aug 2026 13:54:16 -0700 Subject: [PATCH] Add Jane Xu to greenlight trusted authors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Impact:** greenlight PR review scan — Jane Xu's pytorch/pytorch PRs now get auto-reviewed **Risk:** low ## What Adds `janeyx99` (Jane Xu) to the `TRUSTED_AUTHORS` set in greenlight's review scan. ## Why The greenlight scan only fingerprints and dispatches the reviewer workflow for PRs opened by trusted authors. Adding Jane Xu opts her pytorch/pytorch PRs into the auto-review gate. Signed-off-by: Jean Schmidt --- greenlight/src/greenlight/review.py | 1 + 1 file changed, 1 insertion(+) diff --git a/greenlight/src/greenlight/review.py b/greenlight/src/greenlight/review.py index d437b8a582..d6bfb5e116 100644 --- a/greenlight/src/greenlight/review.py +++ b/greenlight/src/greenlight/review.py @@ -63,6 +63,7 @@ def __call__(self, token: str, /, *, seconds_between_requests: float = 0.25) -> "jeanschmidt", # Jean Schmidt "ezyang", # Edward Yang "drisspg", # Driss Guessous + "janeyx99", # Jane Xu } # Case-insensitive membership for the two authz gates (target-PR author and recheck requester);