From 7724dec14261e621f5273bcb610b9575b719425e Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Wed, 11 Feb 2026 10:54:02 +0100 Subject: [PATCH] PLUGINAPI-179 Fix Analysis Processing team name in CODEOWNERS The GitHub team orchestration-processing-squad has been renamed to quality-processing-squad due to the move from 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 5edd4e6b..cde6d703 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @sonarsource/orchestration-processing-squad +* @sonarsource/quality-processing-squad