From 34ff89e2a575ea1802942facf7d0295ac0041a12 Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Tue, 16 Jun 2026 08:04:11 +0200 Subject: [PATCH] Change Code Owners and Slack notification --- .github/CODEOWNERS | 3 ++- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cde6d703..4406db9e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,3 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @sonarsource/quality-processing-squad + +* @sonarsource/code-quality-ci-experience-squad diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 416a212d..25bfa40b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,6 @@ jobs: with: publishToBinaries: true mavenCentralSync: true - slackChannel: ops-analysis-experience + slackChannel: ops-ci-experience publishJavadoc: true publicRelease: true