From 76541bf4f88d4c0af2a9815f4796c054bbf9bdb6 Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Tue, 12 May 2026 09:48:07 +0000 Subject: [PATCH] chore: Send slack notifications to core-protocol --- .github/workflows/ci-notify-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index fd84dbe..0327a7f 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -30,5 +30,5 @@ jobs: method: chat.postMessage token: ${{ secrets.SLACK_API_TOKEN }} payload: | - channel: eng-dsm-prs + channel: eng-core-protocol-prs text: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ steps.sanitize.outputs.safe_title }}>"