Skip to content

Commit

Permalink
build: fix notify-on-review-wanted action
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55304
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
  • Loading branch information
RafaelGSS authored and tpoisseau committed Nov 21, 2024
1 parent c0a19aa commit b709850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-on-review-wanted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b709850

Please sign in to comment.