From 0349e0dec674406ca52e1f8d90fbad68d0b10461 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 7 Oct 2024 12:31:55 -0300 Subject: [PATCH] build: fix notify-on-review-wanted action --- .github/workflows/notify-on-review-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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