Skip to content

Commit 77f8a3f

Browse files
RafaelGSSaduh95
authored andcommittedOct 9, 2024
build: fix notify-on-review-wanted action
PR-URL: #55304 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent 1b1104e commit 77f8a3f

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
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
notifyOnReviewWanted:
1313
name: Notify on Review Wanted
14-
if: github.repository == 'nodejs/node' && github.event.label == 'review wanted'
14+
if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Determine PR or Issue

0 commit comments

Comments
 (0)
Please sign in to comment.