From 3a6b83c25566d98752a76c46b5f2f1d794f6fd18 Mon Sep 17 00:00:00 2001 From: username <38231712+mountainflaw@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:53:20 -0500 Subject: [PATCH 1/3] add CODEOWNERS --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..a5739bf2 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,11 @@ +# Lines starting with '#' are comments. +# 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 + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. + +# You can also use email addresses if you prefer. From 2298b8f97f78a060d0d6b6001b8d02dbcc048d6d Mon Sep 17 00:00:00 2001 From: username <38231712+mountainflaw@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:59:38 -0500 Subject: [PATCH 2/3] Add gheskett (ArcticJaguar725) to CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a5739bf2..b9c030bb 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 +* @mountainflaw @gheskett # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners 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 3/3] 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