diff --git a/.github/workflows/code-nightly.yml b/.github/workflows/code-nightly.yml index 7794ea60b419e0..8d9f81ed74aeee 100644 --- a/.github/workflows/code-nightly.yml +++ b/.github/workflows/code-nightly.yml @@ -50,6 +50,7 @@ jobs: env: SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} + SLACK_FOOTER: "" delete-runner: if: always() diff --git a/.github/workflows/ide-integration-tests.yml b/.github/workflows/ide-integration-tests.yml index 9c8fa366c30d73..9444b4f1cd06ef 100644 --- a/.github/workflows/ide-integration-tests.yml +++ b/.github/workflows/ide-integration-tests.yml @@ -66,6 +66,7 @@ jobs: SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: main branch build failed + SLACK_FOOTER: "" infrastructure: name: Create preview environment infrastructure @@ -178,6 +179,7 @@ jobs: SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: ${{ steps.test_summary.outputs.passed }}/${{ steps.test_summary.outputs.total }} tests passed + SLACK_FOOTER: "" delete: name: Delete preview environment diff --git a/.github/workflows/jetbrains-auto-update-template.yml b/.github/workflows/jetbrains-auto-update-template.yml index fcfe201dffdd1b..4165c317128e90 100644 --- a/.github/workflows/jetbrains-auto-update-template.yml +++ b/.github/workflows/jetbrains-auto-update-template.yml @@ -71,3 +71,4 @@ jobs: SLACK_WEBHOOK: ${{ secrets.slackWebhook }} SLACK_COLOR: ${{ job.status }} SLACK_TITLE: ${{ inputs.productId }} + SLACK_FOOTER: "" diff --git a/.github/workflows/jetbrains-update-plugin-platform-template.yml b/.github/workflows/jetbrains-update-plugin-platform-template.yml index 2a294c9c067d5c..2daa8b158c97ea 100644 --- a/.github/workflows/jetbrains-update-plugin-platform-template.yml +++ b/.github/workflows/jetbrains-update-plugin-platform-template.yml @@ -168,3 +168,4 @@ jobs: SLACK_WEBHOOK: ${{ secrets.slackWebhook }} SLACK_COLOR: ${{ job.status }} SLACK_TITLE: ${{ inputs.productName }} + SLACK_FOOTER: "" diff --git a/.github/workflows/jetbrains-updates.yml b/.github/workflows/jetbrains-updates.yml index 76db1d0cbedfe9..b2fbb8453fc3f8 100644 --- a/.github/workflows/jetbrains-updates.yml +++ b/.github/workflows/jetbrains-updates.yml @@ -85,3 +85,4 @@ jobs: SLACK_WEBHOOK: ${{ secrets.IDE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} SLACK_TITLE: ${{ inputs.productName }} + SLACK_FOOTER: "" diff --git a/.github/workflows/preview-env-check-regressions.yml b/.github/workflows/preview-env-check-regressions.yml index e642700c4ac982..169c50c8ed02ac 100644 --- a/.github/workflows/preview-env-check-regressions.yml +++ b/.github/workflows/preview-env-check-regressions.yml @@ -162,6 +162,7 @@ jobs: SLACK_WEBHOOK: '${{ steps.secrets.outputs.devx-slack-webhook }}' SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "`${{ needs.configuration.outputs.version}}` smoke test failed" + SLACK_FOOTER: "" delete: name: Delete preview environment diff --git a/.github/workflows/workspace-integration-tests.yml b/.github/workflows/workspace-integration-tests.yml index b815d054b43fd0..e70d0cb4fb2b7c 100644 --- a/.github/workflows/workspace-integration-tests.yml +++ b/.github/workflows/workspace-integration-tests.yml @@ -86,6 +86,7 @@ jobs: SLACK_WEBHOOK: ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Workspace Integration Tests failed" + SLACK_FOOTER: "" infrastructure: needs: [configuration, create-runner] @@ -221,7 +222,7 @@ jobs: SLACK_WEBHOOK: ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }} SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "${{ steps.test_summary.outputs.passed }} tests passed, ${{ steps.test_summary.outputs.failed }} tests failed, ${{ steps.test_summary.outputs.skipped }} tests skipped (took ${{ steps.integration-test.outputs.duration }})" - SLACK_FOOTER: "" + SLACK_FOOTER: "" delete: name: Delete preview environment