From 68cd273547c52c311d0f91287117fe08ef4cc72e Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 15 Apr 2024 11:51:48 +1000 Subject: [PATCH] chore: fix CODEOWNERS Turns out if any member is explicitly in CODEOWNERS, random selection won't occur. Annoying. --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 61df4f5f29..9ddd7c6e4f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -# @alecthomas will be on all PRs, and members of ftl-team will be round-robined per the code review settings in the team profile. -* @alecthomas @TBD54566975/ftl-team +# Members of ftl-team will be round-robined per the code review settings in the team profile. +* @TBD54566975/ftl-team