From 8fc3f3e8cbbb93a55697a26e7c1927aa39420eee Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Mon, 27 Oct 2025 00:31:21 +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 95f6ece07..d43e5bc45 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