Skip to content

Commit 0bbeb60

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
build: fix notify-on-review-wanted action
PR-URL: #55304 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
1 parent 4268517 commit 0bbeb60

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)