From 3617f0ed734c7cb0482c2034762536244031a804 Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan Date: Thu, 6 Nov 2025 08:44:44 +0100 Subject: [PATCH] chore: update codeowners --- .github/CODEOWNERS | 4 ++-- .github/workflows/ci-notify-slack.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c06f5bd7..14da4f4c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -# The execution team is the owner of this repository. -* @dfinity/execution +# The Deterministic State Machine team is the owner of this repository. +* @dfinity/team-dsm diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index 219dcbf2..56327500 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-execution-mrs + channel: eng-dsm-prs text: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ steps.sanitize.outputs.safe_title }}>"