docs(ivy): add Ivy as a recognized label (#21428)

PR Close #21428
This commit is contained in:
Miško Hevery
2018-01-09 13:46:19 -08:00
committed by Alex Eagle
parent aad1126446
commit 6a97b5b722
6 changed files with 20 additions and 9 deletions

View File

@ -58,3 +58,5 @@ module.exports = function(commitSubject) {
function error(errorMessage, commitMessage) {
console.error(`INVALID COMMIT MSG: "${commitMessage}"\n => ERROR: ${errorMessage}`);
}
module.exports.config = config;