build: fix notify-on-review-wanted action

PR-URL: https://github.com/nodejs/node/pull/55304
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
This commit is contained in:
Rafael Gonzaga 2024-10-07 13:40:51 -03:00 committed by GitHub
parent 6c92c1391a
commit ae1e2b53b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ permissions:
jobs:
notifyOnReviewWanted:
name: Notify on Review Wanted
if: github.repository == 'nodejs/node' && github.event.label == 'review wanted'
if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted'
runs-on: ubuntu-latest
steps:
- name: Determine PR or Issue