Skip to content

Commit

Permalink
build: fix notify-on-review-wanted action
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Oct 7, 2024
1 parent b0f0252 commit 0349e0d
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 0349e0d

Please sign in to comment.