From 5247668999c9fdea3f4b84f9a8866169b024def6 Mon Sep 17 00:00:00 2001 From: boletales <30789006+boletales@users.noreply.github.com> Date: Sun, 19 Oct 2025 10:37:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AB=E3=83=AA=E3=82=AF=E3=81=A7?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C=E3=81=A1?= =?UTF-8?q?=E3=82=83=E3=82=93=E3=81=A8=E9=A3=9B=E3=81=B6=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index c9ce9dd..623e207 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -23,9 +23,9 @@ jobs: fi if [ "$EVENT_TYPE" = "opened" ]; then - MESSAGE="🚀 @udamana New Pull Request: [$PR_TITLE]($PR_URL) by $USER_LOGIN" + MESSAGE="🚀 <@324551085320830986> New Pull Request: [$PR_TITLE]($PR_URL) by $USER_LOGIN" elif [ "$EVENT_TYPE" = "synchronize" ]; then - MESSAGE="🔄 @udamana Pull Request Updated: [$PR_TITLE]($PR_URL) by $USER_LOGIN" + MESSAGE="🔄 <@324551085320830986> Pull Request Updated: [$PR_TITLE]($PR_URL) by $USER_LOGIN" else echo "Unsupported event type: $EVENT_TYPE" exit 1