chore(release): ignore autofix as an author in the changelog (#6725)

This commit is contained in:
Frank Elsinga 2026-01-14 07:55:02 +01:00 committed by GitHub
parent 41fe0cb4fc
commit 9ae7ea6a19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
import * as childProcess from "child_process";
const ignoreList = ["louislam", "CommanderStorm", "UptimeKumaBot", "weblate", "Copilot"];
const ignoreList = ["louislam", "CommanderStorm", "UptimeKumaBot", "weblate", "Copilot", "@autofix-ci[bot]"];
const mergeList = ["Translations Update from Weblate", "Update dependencies"];