-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pr_summary: warn if we can't fetch author's name and email
This displays a warning if we cannot fetch user's name and email from github api, instead of displaying blank and null output in the author field (cli table). Refs: nodejs/node#18721 Fixes: nodejs/node-core-utils#180
- Loading branch information
Showing
4 changed files
with
69 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"createdAt": "2017-10-24T11:13:43Z", | ||
"authorAssociation": "COLLABORATOR", | ||
"author": { | ||
"login": "pr_author", | ||
"email": "", | ||
"name": null | ||
}, | ||
"url": "https://github.com/nodejs/node/pull/18721", | ||
"bodyHTML": "<p>Fix mdn links</p>", | ||
"bodyText": "Fix mdn links", | ||
"labels": { | ||
"nodes": [ | ||
{ | ||
"name": "doc" | ||
} | ||
] | ||
}, | ||
"title": "doc: fix mdn links", | ||
"baseRefName": "master", | ||
"headRefName": "fix-links" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters