8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4268517 commit 0bbeb60Copy full SHA for 0bbeb60
.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