From 6cae18dcd5babb0902a311e97e6b8d1b15a08ed4 Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Thu, 8 Jan 2026 23:19:52 -0600 Subject: [PATCH] Add a code owners file --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..745fdd95 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This file is used by GitHub to automatically recommend reviewers. +# +# Lines starting with '#' are comments. +# Each line is a case-sensitive file pattern followed by one or more owners. +# Order is important. The last matching pattern has the most precedence. +# More information: https://docs.github.com/en/articles/about-code-owners + +* @swiftlang/standard-librarians