From a0ca0b96a64aa3f5a211385b062e68932d5aa932 Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Wed, 17 Jan 2024 13:41:03 -0500 Subject: [PATCH] chore: add codeowners file This makes it clear who is maintaining which package. This will also allow commit privileges for a specific package instead of the entire repo. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7434a61c6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/packages/pg-connection-string @hjr3