From bf60c808732047eb300a38e29100ad69d649e6da Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:28:07 -0400 Subject: [PATCH] [PM-32685] Change slack user group in message (#7153) --- .github/workflows/send_slack_notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send_slack_notification.yml b/.github/workflows/send_slack_notification.yml index 647e252848..a425a27309 100644 --- a/.github/workflows/send_slack_notification.yml +++ b/.github/workflows/send_slack_notification.yml @@ -40,7 +40,7 @@ jobs: COMMIT_URL: ${{ github.event.head_commit.url }} COMMIT_SHA: ${{ github.event.head_commit.id }} run: | - echo "text=:cherry-pick: <${COMMIT_URL}|${COMMIT_SHA}> into *${GITHUB_REF_NAME}*\ncc <@U06538MSPJP>" >> "$GITHUB_OUTPUT" + echo "text=:cherry-pick: <${COMMIT_URL}|${COMMIT_SHA}> into *${GITHUB_REF_NAME}*\ncc <@U06538MSPJP>" >> "$GITHUB_OUTPUT" - name: Send slack notification uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1