From 0ca24edf731d2d9115c20a6d90eff18163ad2ea8 Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Tue, 12 May 2026 09:15:10 +0000 Subject: [PATCH] chore: Add core-protocol to CODEOWNERS --- .github/CODEOWNERS | 4 ++-- .github/workflows/ci-notify-slack.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14da4f4c..215de3ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -# The Deterministic State Machine team is the owner of this repository. -* @dfinity/team-dsm +# The core-protocol team is the owner of this repository. +* @dfinity/core-protocol diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index 56327500..d05ceabd 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 }}>" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ab69362..3c6472a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,5 +33,5 @@ jobs: method: chat.postMessage token: ${{ secrets.SLACK_API_TOKEN }} payload: | - channel: eng-dsm-alerts + channel: eng-core-protocol-alerts text: "${{ inputs.dryRun == true && 'DRY RUN: ' || '' }}Cargo publish attempted for `stable-structures` (ref `${{ github.ref_name }}`). ."