From d458b933ed67d20670906b8796f7dda0198e4541 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 17 Oct 2024 12:45:46 -0300 Subject: [PATCH] meta: change color to blue notify review-wanted The current colour seems something went wrong when in fact it's just someone asking for a review. PR-URL: https://github.com/nodejs/node/pull/55423 Reviewed-By: Marco Ippolito Reviewed-By: Filip Skokan --- .github/workflows/notify-on-review-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-on-review-wanted.yml b/.github/workflows/notify-on-review-wanted.yml index 5ecb01733a964a..471455e3bf6b28 100644 --- a/.github/workflows/notify-on-review-wanted.yml +++ b/.github/workflows/notify-on-review-wanted.yml @@ -32,7 +32,7 @@ jobs: - name: Slack Notification uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0 env: - SLACK_COLOR: '#DE512A' + SLACK_COLOR: '#3d85c6' SLACK_ICON: https://github.com/nodejs.png?size=48 SLACK_TITLE: ${{ steps.define-message.outputs.title }} SLACK_MESSAGE: ${{ steps.define-message.outputs.message }}