From 51905162a35b1315e0239e665be34dc84405e7c2 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 14 Jul 2024 05:23:06 +0100 Subject: [PATCH] Restrict the translations PR to only changes under ``sphinx/locale/`` (#12565) --- .github/workflows/transifex.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 0ae9b19446d..44111c75fe7 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -69,6 +69,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: + add-paths: | + /sphinx/locale commit-message: "[internationalisation] Update translations" branch: bot/pull-translations title: "[bot]: Update message catalogues"