From 0aff1ccc79f0e453eb75c05818b82ec8e5a90e8d Mon Sep 17 00:00:00 2001 From: Claire Villard Date: Wed, 11 Feb 2026 10:32:21 +0100 Subject: [PATCH] SQSCANGHA-129 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 8076591..20a36c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -.github/* @sonarsource/orchestration-processing-squad +.github/* @sonarsource/quality-processing-squad