diff --git a/.github/workflows/notify-on-review-wanted.yml b/.github/workflows/notify-on-review-wanted.yml index 5ea3a814ac4952..5ecb01733a964a 100644 --- a/.github/workflows/notify-on-review-wanted.yml +++ b/.github/workflows/notify-on-review-wanted.yml @@ -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