1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-29 19:09:54 +02:00

Update update-authors.js

This commit is contained in:
Muhammad Fauzan
2022-06-26 16:53:48 +07:00
committed by GitHub
parent 6878189013
commit aea9503909

View File

@@ -31,7 +31,8 @@ output.write('# Authors ordered by first contribution.\n\n');
const seen = new Set();
// exclude emails from <ROOT>/AUTHORS file
const excludeEmails = new Set(['<bot@renovateapp.com>', '<support@greenkeeper.io>', '<mail@sequelizejs.com>']);
// const excludeEmails = new Set(['<bot@renovateapp.com>']);
const excludeEmails = new Set();
// Support regular git author metadata, as well as `Author:` and
// `Co-authored-by:` in the message body. Both have been used in the past