From eba994b068234a5270dd30565f4c5c001126eb57 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:34:10 -0500 Subject: [PATCH] fix: re-enable automatic merges with crowding CI (#7886) --- crowdin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 2e912eac6..b064ffffb 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -14,3 +14,7 @@ files: translation: /mealie/repos/seed/resources/units/locales/%locale%.json - source: /mealie/repos/seed/resources/labels/locales/en-US.json translation: /mealie/repos/seed/resources/labels/locales/%locale%.json + +# New commit messages use [skip ci] causing our ci not to run on automatic PRs +commit_message: "New translations %original_file_name% (%language%)" +append_commit_message: false