From 07283e31a69fca4a103312d4c601c718805bc034 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:36:23 +0100 Subject: [PATCH] ci: add "skip-release-notes" label to translation PRs (#31653) --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index 191755ea57..2f4a7c4f8a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -4,5 +4,6 @@ files: pull_request_title: "fix: sync translations from crowdin" pull_request_labels: - translation + - skip-release-notes commit_message: "fix: %language% translations" append_commit_message: false