-
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.
feat: check commits after the last ci run (#69)
Fixes: https://github.com/joyeecheung/node-core-utils/issues/66 * fixup: format warn message && format code * fixup: set status false if exist commit after last ci * fix: define lastCI as oldest one in latesst cis of all types * test: add more commit cases in commits_after_ci.json * feat: add bullet in warning message * style: format code * fix: log commit's title only
- Loading branch information
Alicia Lopez
committed
Nov 7, 2017
1 parent
1541610
commit 6d18104
Showing
4 changed files
with
104 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"commits": [{ | ||
"commit": { | ||
"committedDate": "2017-10-25T11:27:02Z", | ||
"oid": "6c0945cbeea2cbbc97d13a3d9e3fe68bd145b985", | ||
"message": "fixup: adjust spelling", | ||
"author": { | ||
"login": "bar" | ||
} | ||
} | ||
},{ | ||
"commit": { | ||
"committedDate": "2017-10-26T12:10:20Z", | ||
"oid": "9d098ssiskj8dhd39js0sjd0cn2ng4is9n40sj12d", | ||
"message": "doc: add api description README", | ||
"author": { | ||
"login": "foo" | ||
} | ||
} | ||
},{ | ||
"commit": { | ||
"committedDate": "2017-10-28T06:40:50Z", | ||
"oid": "7dsjdw8olmxvfdh820jxnska0o28wjnjdsw9jdazxz", | ||
"message": "feat: add something", | ||
"author": { | ||
"login": "bar" | ||
} | ||
} | ||
},{ | ||
"commit": { | ||
"committedDate": "2017-10-23T08:02:30Z", | ||
"oid": "3edy729kzmdh74shd937dfnalxmdj38kjdnmaj87l9", | ||
"message": "style: format code", | ||
"author": { | ||
"login": "Quo" | ||
} | ||
} | ||
}], | ||
"comment": [{ | ||
"bodyText": "CI: https://ci.nodejs.org/job/node-test-pull-request/10984/", | ||
"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
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