function isCoreCommitter()

in src/coreCommitters.js [27:29]


function isCoreCommitter(user) {
    return committers.indexOf(user) > -1;
}