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: #55304
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
  • Loading branch information
RafaelGSS authored and marco-ippolito committed Nov 17, 2024
1 parent 4268517 commit 0bbeb60
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 0bbeb60

Please sign in to comment.