Do not report the (renamed) Renovate bot as a contributor
This commit is contained in:
parent
17fbf10909
commit
bd5cbba03e
@ -688,7 +688,7 @@ function dedupeEntries(changelog, items) {
|
||||
// (with format `@username`) of everyone who contributed to this version.
|
||||
function extractContributors(entries) {
|
||||
const set = Object.values(entries).reduce((memo, pullRequest) => {
|
||||
if (pullRequest.author.login !== "greenkeeper" && pullRequest.author.login !== "renovate-bot") {
|
||||
if (pullRequest.author.login !== "renovate") {
|
||||
memo.add("@" + pullRequest.author.login);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user