From 3dfabc37d892f24319fef60f92057043f13edbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 13 Nov 2023 13:35:21 +0100 Subject: [PATCH] ci: Rename build alerts channel (no-changelog) (#7695) Please do not merge until renamed in Slack. --- .github/workflows/check-documentation-urls.yml | 2 +- .github/workflows/ci-master.yml | 2 +- .github/workflows/ci-postgres-mysql.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/test-workflows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index 4d5da5131e50f..d68abc764a15a 100644 --- a/.github/workflows/check-documentation-urls.yml +++ b/.github/workflows/check-documentation-urls.yml @@ -37,6 +37,6 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Documentation URLs check failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 22dde6db62816..7509fecb8dd97 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -100,6 +100,6 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Master branch (build or test or lint) failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 2e7dc1425194f..1570be51fc84f 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -110,6 +110,6 @@ jobs: if: failure() && github.ref == 'refs/heads/master' with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Postgres or MySQL tests failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1d699ca27ea72..e7400adecbe25 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -60,7 +60,7 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: E2E failure for branch `${{ inputs.branch || 'master' }}` deployed by ${{ inputs.user || 'schedule' }} (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 9da8c93125d24..ebb60e4defca5 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -96,7 +96,7 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: | 🛑 Workflow test failed 🛑: