mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user