From 82565d28bdb70b5b58defc90e418555da9cf64f5 Mon Sep 17 00:00:00 2001 From: Sam Nazarko Date: Fri, 13 Sep 2024 17:43:09 +0100 Subject: [PATCH] GitHub: don't open PR Signed-off-by: Sam Nazarko --- .github/workflows/sync-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-translations.yml b/.github/workflows/sync-translations.yml index 55bf957f..91a9aa73 100644 --- a/.github/workflows/sync-translations.yml +++ b/.github/workflows/sync-translations.yml @@ -14,3 +14,4 @@ jobs: uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.GH_PAT }} + SKIP_PR: true