We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92c13 commit ae1e2b5Copy full SHA for ae1e2b5
.github/workflows/notify-on-review-wanted.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
notifyOnReviewWanted:
13
name: Notify on Review Wanted
14
- if: github.repository == 'nodejs/node' && github.event.label == 'review wanted'
+ if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted'
15
runs-on: ubuntu-latest
16
steps:
17
- name: Determine PR or Issue
0 commit comments