Skip the PR title and docs acknowledgement checks for Crowdin service PRs

This commit is contained in:
Viktor Liu
2026-08-11 16:34:46 +02:00
parent 95a458801c
commit f6cf60de2e
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ jobs:
docs-ack:
name: Require docs PR URL or explicit "not needed"
runs-on: ubuntu-latest
# Crowdin's translation-sync service PRs are auto-generated without the PR template.
if: github.event.pull_request.user.login != 'netbirddev'
steps:
- name: Read PR body