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.
|
// (with format `@username`) of everyone who contributed to this version.
|
||||||
function extractContributors(entries) {
|
function extractContributors(entries) {
|
||||||
const set = Object.values(entries).reduce((memo, pullRequest) => {
|
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);
|
memo.add("@" + pullRequest.author.login);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user