From 4cd31541a6f3ebf4b6322b78b66a5853fc09d8db Mon Sep 17 00:00:00 2001 From: Bernardo Belchior Date: Fri, 30 Jan 2026 16:43:06 +0100 Subject: [PATCH] [code-infra] Only ignore renovate[bot] in changelog generation script (#21185) --- scripts/changelogUtils.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/changelogUtils.mjs b/scripts/changelogUtils.mjs index 0f13f893d7206..2b2c3965c032b 100644 --- a/scripts/changelogUtils.mjs +++ b/scripts/changelogUtils.mjs @@ -194,7 +194,7 @@ async function generateChangelog({ release, }) ) - .filter((commit) => !commit.author?.login.endsWith('[bot]')) + .filter((commit) => commit.author?.login !== 'renovate[bot]') .map((commit) => ({ ...commit, commit: {