From bdf0a59470e66694824cb3f0cbcf64417e9a514b Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Tue, 16 Jun 2026 07:26:28 +0200 Subject: [PATCH] Change Code Owners and Slack notification --- .github/CODEOWNERS | 4 +++- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4fc5ec6f..4406db9e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,3 @@ -.github/CODEOWNERS @sonarsource/quality-processing-squad +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @sonarsource/code-quality-ci-experience-squad diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bf6c53d..99760c5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,4 +14,4 @@ jobs: with: publishToBinaries: true mavenCentralSync: true - slackChannel: ops-analysis-experience + slackChannel: ops-ci-experience