function isCoreCommitter()

in src/coreCommitters.js [26:28]


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