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