mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01:00
Update check_locales.yml
This commit is contained in:
4
.github/workflows/check_locales.yml
vendored
4
.github/workflows/check_locales.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Check Localization Files on PR
|
name: Check Localization Files on PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
paths:
|
paths:
|
||||||
- "frontend/public/locales/*-*/translation.json"
|
- "frontend/public/locales/*-*/translation.json"
|
||||||
@@ -23,7 +23,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-files:
|
check-files:
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request_target'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write # Allow posting comments on issues/PRs
|
issues: write # Allow posting comments on issues/PRs
|
||||||
|
|||||||
Reference in New Issue
Block a user