Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77f8a3f

Browse filesBrowse files
RafaelGSSaduh95
authored andcommitted
build: fix notify-on-review-wanted action
PR-URL: #55304 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent 1b1104e commit 77f8a3f
Copy full SHA for 77f8a3f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/notify-on-review-wanted.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/notify-on-review-wanted.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
notifyOnReviewWanted:
1313
name: Notify on Review Wanted
14-
if: github.repository == 'nodejs/node' && github.event.label == 'review wanted'
14+
if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Determine PR or Issue

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.