From a0caa9195de26218aa9f9603b91f44f9da9be03d Mon Sep 17 00:00:00 2001 From: Kyle Van Essen Date: Thu, 23 Mar 2023 18:04:28 -0700 Subject: [PATCH] Add UI Systems to WorkflowUI Codeowners --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e165565d..743cf9865 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ # This file configures code owners (https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners), to automatically add reviewers to PRs. * @square/foundation-ios + +/WorkflowUI/ @square/ui-systems-ios