From fd413ea1ffeab155f92aaf872d5190c6e89f9890 Mon Sep 17 00:00:00 2001 From: username <38231712+mountainflaw@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:09:54 -0500 Subject: [PATCH] Add arthurtilly to CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index b9c030bb..050a58af 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,7 +2,7 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @mountainflaw @gheskett +* @mountainflaw @gheskett @arthurtilly # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners