Skip to content

Commit 0130780

Browse files
RafaelGSSaduh95
authored andcommitted
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: #55423 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent db18aca commit 0130780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-on-review-wanted.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Slack Notification
3333
uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0
3434
env:
35-
SLACK_COLOR: '#DE512A'
35+
SLACK_COLOR: '#3d85c6'
3636
SLACK_ICON: https://github.com/nodejs.png?size=48
3737
SLACK_TITLE: ${{ steps.define-message.outputs.title }}
3838
SLACK_MESSAGE: ${{ steps.define-message.outputs.message }}

0 commit comments

Comments
 (0)