From 8c40db07aacbd6877c0dc07d86e2218462c7493e Mon Sep 17 00:00:00 2001 From: Samantha Andrews <34348332+samanthaandrews@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:13:42 -0500 Subject: [PATCH] NO-REF: Add Jackie and Sam as codeowners (#465) * add jackie and sam as codeowners * changelog --- .github/CODEOWNERS | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..61a0e359 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Each line is a file pattern followed by one or more owners. These owners will be the default owners for everything in the repo. Unless a later match takes precedence,e ach owner will be requested for review when someone opens a pull request. +* @samanthaandrews @jackiequach diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e5d260..05a25448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Upgrade newrelic to v11.5.0 - Upgrade Next.js to v13.5.4 +- Chore: Add Jackie and Sam as codeowners ## [0.17.5]