forked from nodejs/node-core-utils
-
-
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.
todo: warn new commits after review (nodejs#65)
warn new commits after review also added `lint-fix` command
- Loading branch information
1 parent
174aa93
commit e829262
Showing
9 changed files
with
196 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
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,21 @@ | ||
[{ | ||
"commit": { | ||
"committedDate": "2017-10-25T11:27:02Z", | ||
"oid": "f230e691459f8b0f448e1eec1b83fbf7f708eba3", | ||
"bodyText": "src: add requested feature", | ||
"message": "src: add requested feature\nkjlks jskld ksa", | ||
"author": { | ||
"login": "bar" | ||
} | ||
} | ||
},{ | ||
"commit": { | ||
"committedDate": "2017-10-25T12:42:02Z", | ||
"oid": "9416475a6dc1b27c3e343dcbc07674a439c88db1", | ||
"bodyText": "nit: edit mistakes", | ||
"message": "nit: fix errors\n fixed requested errors", | ||
"author": { | ||
"login": "bar" | ||
} | ||
} | ||
}] |
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,9 @@ | ||
[{ | ||
"bodyText": "Good idea", | ||
"state": "APPROVED", | ||
"author": { | ||
"login": "foo" | ||
}, | ||
"url": "https://github.com/nodejs/node/pull/16438#pullrequestreview-89923489", | ||
"publishedAt": "2017-09-23T11:19:25Z" | ||
}] |
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,11 @@ | ||
[{ | ||
"commit": { | ||
"committedDate": "2017-10-25T11:27:02Z", | ||
"oid": "6c0945cbeea2cbbc97d13a3d9e3fe68bd145b985", | ||
"bodyText": "src: fix issue with es-modules", | ||
"message": "single commit was pushed after review", | ||
"author": { | ||
"login": "bar" | ||
} | ||
} | ||
}] |
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,9 @@ | ||
[{ | ||
"bodyText": "Good idea", | ||
"state": "APPROVED", | ||
"author": { | ||
"login": "foo" | ||
}, | ||
"url": "https://github.com/nodejs/node/pull/16438#pullrequestreview-71480624", | ||
"publishedAt": "2017-10-24T11:19:25Z" | ||
}] |
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