From 0ece57845fcbf5cf54981d8048c0a7408df498a7 Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Wed, 11 Feb 2026 10:50:35 +0100 Subject: [PATCH] SC-41038 Fix the Analysis Processing team name in CODEOWNERS The Github team orchestration-processing-squad has been renamed to quality-processing-squad due to the move from the Code Orchestration team to Code Quality. Co-Authored-By: Claude Sonnet 4.5 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e182dab2..4fc5ec6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -.github/CODEOWNERS @sonarsource/orchestration-processing-squad +.github/CODEOWNERS @sonarsource/quality-processing-squad