Skip to content

Commit 82783ad

Browse files
izaitsevfbIvan Zaitsev
andauthored
[Greenlight] Add ezyang and drisspg to the trusted-author set (#8512)
✴️ iz2: opened on Ivan's ask. Adds `ezyang` (Edward Yang) and `drisspg` (Driss Guessous) to `TRUSTED_AUTHORS`. Both were meant to be in the Greenlight MVP cohort but were never added, so their PRs are never scanned and neither can use `@greenlight recheck`. Widens only the author gate — both are already in the merge-authorized set `merge_authz.py` resolves from `merge_rules.yaml`. ## Test plan No test changes needed: every use of `TRUSTED_AUTHORS` is membership-agnostic, and the one test that references it compares against the constant itself. CI green. Co-authored-by: Ivan Zaitsev <izaitsevfb@meta.com>
1 parent 25cd913 commit 82783ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

greenlight/src/greenlight/review.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"izaitsevfb", # Ivan Zaitsev
5454
"georgehong", # George Hong
5555
"jeanschmidt", # Jean Schmidt
56+
"ezyang", # Edward Yang
57+
"drisspg", # Driss Guessous
5658
}
5759

5860
# Case-insensitive membership for the two authz gates (target-PR author and recheck requester);

0 commit comments

Comments
 (0)