From df036b43221795829d091ced01481d42f6f41056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Coet?= Date: Tue, 23 Jun 2026 14:07:36 +0200 Subject: [PATCH 1/2] Update notifications Slack channels # Conflicts: # .github/workflows/release.yml --- .github/workflows/ToggleLockBranch.yml | 2 +- .github/workflows/automated-release.yml | 2 +- .github/workflows/dogfood.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ToggleLockBranch.yml b/.github/workflows/ToggleLockBranch.yml index 38a88306530..2514a969cdc 100644 --- a/.github/workflows/ToggleLockBranch.yml +++ b/.github/workflows/ToggleLockBranch.yml @@ -25,4 +25,4 @@ jobs: github-token: ${{ fromJSON(steps.secrets.outputs.vault).lock_token }} slack-token: ${{ fromJSON(steps.secrets.outputs.vault).slack_api_token }} additional-message: ${{ github.event.inputs.additional-message }} - slack-channel: squad-jvm-notifs + slack-channel: core-languages-releases diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index f346fe5994f..3584c1088d3 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -68,7 +68,7 @@ jobs: create-slvscode-ticket: ${{ github.event.inputs.ide-integration == 'true' }} branch: ${{ github.event.inputs.branch }} pm-email: "jean.jimbo@sonarsource.com" - slack-channel: "squad-jvm-releases" + slack-channel: "core-languages-releases" verbose: ${{ github.event.inputs.verbose == 'true' }} use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }} is-draft-release: ${{ github.event.inputs.dry-run == 'true' }} diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 1379e1997d0..53ab08f79d0 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -41,5 +41,5 @@ jobs: env: SLACK_BOT_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_BOT_TOKEN }} with: - channel-id: squad-jvm-notifs + channel-id: squad-core-notifs slack-message: "Dogfood build for `${{ steps.dogfood.outputs.sha1 }}`: *failed*, see the logs at https://github.com/SonarSource/sonar-java/actions/workflows/dogfood.yml" From ea20408561e2085cabb37173d376f50514f822e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Coet?= Date: Wed, 24 Jun 2026 09:19:39 +0200 Subject: [PATCH 2/2] Update channel names --- .github/workflows/ToggleLockBranch.yml | 2 +- .github/workflows/automated-release.yml | 2 +- .github/workflows/dogfood.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ToggleLockBranch.yml b/.github/workflows/ToggleLockBranch.yml index 2514a969cdc..5185bf00f4c 100644 --- a/.github/workflows/ToggleLockBranch.yml +++ b/.github/workflows/ToggleLockBranch.yml @@ -25,4 +25,4 @@ jobs: github-token: ${{ fromJSON(steps.secrets.outputs.vault).lock_token }} slack-token: ${{ fromJSON(steps.secrets.outputs.vault).slack_api_token }} additional-message: ${{ github.event.inputs.additional-message }} - slack-channel: core-languages-releases + slack-channel: squad-corelang-releases diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 3584c1088d3..95a693949ed 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -68,7 +68,7 @@ jobs: create-slvscode-ticket: ${{ github.event.inputs.ide-integration == 'true' }} branch: ${{ github.event.inputs.branch }} pm-email: "jean.jimbo@sonarsource.com" - slack-channel: "core-languages-releases" + slack-channel: "squad-corelang-releases" verbose: ${{ github.event.inputs.verbose == 'true' }} use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }} is-draft-release: ${{ github.event.inputs.dry-run == 'true' }} diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 53ab08f79d0..c08fa0f0c44 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -41,5 +41,5 @@ jobs: env: SLACK_BOT_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_BOT_TOKEN }} with: - channel-id: squad-core-notifs + channel-id: squad-corelang-notifs slack-message: "Dogfood build for `${{ steps.dogfood.outputs.sha1 }}`: *failed*, see the logs at https://github.com/SonarSource/sonar-java/actions/workflows/dogfood.yml" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64d924e6349..b2ad46c6cc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,6 @@ jobs: with: publishToBinaries: true mavenCentralSync: true - slackChannel: squad-jvm-releases + slackChannel: squad-corelang-releases version: ${{ inputs.version }} dryRun: ${{ inputs.dryRun == true }}