From b7d5b3b667169bbe0a83ff0e88a3d8ffd823b5e1 Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Wed, 19 Jun 2024 10:35:09 -0400 Subject: [PATCH] chore: add codeowners file (#3129) 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 00000000..7434a61c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/packages/pg-connection-string @hjr3