From 13f7836b3bcc28a7cf5f6123485b362d74174efa Mon Sep 17 00:00:00 2001 From: Matt Woodward <46688854+woodfell@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:26:34 +1100 Subject: [PATCH] Change default codeowner of /c from platform to algint #no_auto_pr (#1398) # Description @swift-nav/devinfra # API compatibility Does this change introduce a API compatibility risk? ## API compatibility plan If the above is "Yes", please detail the compatibility (or migration) plan: # JIRA Reference https://swift-nav.atlassian.net/browse/BOARD-XXXX --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 80ca24ae6..b38855ce2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # DevInfra team is default owner of anything in the repo. * @swift-nav/devinfra /rust @notoriaga @pcrumley @isaactorz -/c @swift-nav/platform @isaactorz +/c @swift-nav/algint-team @isaactorz # Add new codeowners above here