Merge pull request #8498 from nextcloud/pierreozoux-patch-1

Fixes l10n workflow.
This commit is contained in:
John Molakvoæ
2023-03-01 11:22:31 +01:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
name: Pull request checks
on: pull_request
branches:
- '!update-l10n'
jobs:
commit-message-check:

View File

@@ -18,6 +18,7 @@ jobs:
pre-build-command: pip install -r requirements.txt
build-command: make gettext
- uses: peter-evans/create-pull-request@v4
id: cpr
with:
commit-message: Updates catalog templates (POT files fetched automatically by transifex)
title: l10n

View File

@@ -6,6 +6,7 @@ on:
branches:
- master
- stable*
- '!update-l10n'
jobs:
user_manual:

View File

@@ -1,5 +1,7 @@
name: AutoMerge Transifex Pull Requests
on: pull_request
branches:
- '!update-l10n'
jobs:
approve: