From 9fef66e80d9fed1775f61ebd6667b752728b548a Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sun, 26 Oct 2025 13:59:27 +0100 Subject: [PATCH] Update check_locales.yml --- .github/workflows/check_locales.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_locales.yml b/.github/workflows/check_locales.yml index 6d63625d7..e99f36e18 100644 --- a/.github/workflows/check_locales.yml +++ b/.github/workflows/check_locales.yml @@ -1,7 +1,7 @@ name: Check Localization Files on PR on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened] paths: - "frontend/public/locales/*-*/translation.json" @@ -23,7 +23,7 @@ permissions: jobs: check-files: - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest permissions: issues: write # Allow posting comments on issues/PRs