From aec35a6318c340aae3d508c35afc4b344a79fd63 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 2 Nov 2024 11:15:25 -0400 Subject: [PATCH] meta: make review-wanted message minimal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55607 Reviewed-By: Rafael Gonzaga Reviewed-By: Juan José Arboleda --- .github/workflows/notify-on-review-wanted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notify-on-review-wanted.yml b/.github/workflows/notify-on-review-wanted.yml index 6521318a2dce81..1f076a00027766 100644 --- a/.github/workflows/notify-on-review-wanted.yml +++ b/.github/workflows/notify-on-review-wanted.yml @@ -35,6 +35,7 @@ jobs: - name: Slack Notification uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0 env: + MSG_MINIMAL: actions url SLACK_COLOR: '#3d85c6' SLACK_ICON: https://github.com/nodejs.png?size=48 SLACK_TITLE: ${{ steps.define-message.outputs.title }}