From 39725ed81e5bacf3933657e50a19574a2be20594 Mon Sep 17 00:00:00 2001 From: chanho0908 Date: Mon, 23 Mar 2026 12:41:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20Swap=20Slack=20user=20ID?= =?UTF-8?q?=20mapping=20for=20chanho0908=20and=20dogmania?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/slack-pr-notify-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/slack-pr-notify-ci.yml b/.github/workflows/slack-pr-notify-ci.yml index c605bcf8..b21e9259 100644 --- a/.github/workflows/slack-pr-notify-ci.yml +++ b/.github/workflows/slack-pr-notify-ci.yml @@ -21,10 +21,10 @@ jobs: run: | case "$REQUESTED_REVIEWER" in "chanho0908"|"JoungPeto0908") - SLACK_MENTION="<@U0AKQT3ATF1>" + SLACK_MENTION="<@U0AL88TS412>" ;; "dogmania") - SLACK_MENTION="<@U0AL88TS412>" + SLACK_MENTION="<@U0AKQT3ATF1>" ;; *) echo "Slack user mapping not found for: $REQUESTED_REVIEWER" >&2 @@ -66,10 +66,10 @@ jobs: run: | case "$AUTHOR" in "chanho0908"|"JoungPeto0908") - AUTHOR_MENTION="<@U0AKQT3ATF1>" + AUTHOR_MENTION="<@U0AL88TS412>" ;; "dogmania") - AUTHOR_MENTION="<@U0AL88TS412>" + AUTHOR_MENTION="<@U0AKQT3ATF1>" ;; *) echo "Slack user mapping not found for: $AUTHOR" >&2