build: fix notify-on-review-wanted action
PR-URL: https://github.com/nodejs/node/pull/55304 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
This commit is contained in:
parent
6c92c1391a
commit
ae1e2b53b7
@ -11,7 +11,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
notifyOnReviewWanted:
|
notifyOnReviewWanted:
|
||||||
name: Notify on Review Wanted
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Determine PR or Issue
|
- name: Determine PR or Issue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user