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

This commit is contained in:
Frank Elsinga
2026-01-14 06:55:02 +00:00
committed by GitHub
parent 41fe0cb4fc
commit 9ae7ea6a19
+1 -1
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"];