From c6afd59685fe34c74369ba6e6e8d1330bec06088 Mon Sep 17 00:00:00 2001 From: hgardner-appfolio <92753924+hgardner-appfolio@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:24:24 -0500 Subject: [PATCH] Add @appfolio/resident-mobile as default owner in CODEOWNERS --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3551581793..79c559ee1a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,8 @@ +# Default owners for all files in this repo +* @appfolio/resident-mobile /.github/ @urql-graphql/core /.changeset/config.json @urql-graphql/core /scripts/actions/* @urql-graphql/core /scripts/prepare/* @urql-graphql/core /scripts/rollup/* @urql-graphql/core -/scripts/changesets/* @urql-graphql/core +/scripts/changesets/* @urql-graphql/core \ No newline at end of file