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:
@@ -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
|
||||
|
Reference in New Issue
Block a user