mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
Merge pull request #8498 from nextcloud/pierreozoux-patch-1
Fixes l10n workflow.
This commit is contained in:
2
.github/workflows/fixup.yml
vendored
2
.github/workflows/fixup.yml
vendored
@@ -6,6 +6,8 @@
|
||||
name: Pull request checks
|
||||
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
commit-message-check:
|
||||
|
||||
@@ -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
|
||||
|
||||
1
.github/workflows/sphinxbuild.yml
vendored
1
.github/workflows/sphinxbuild.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable*
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
user_manual:
|
||||
|
||||
2
.github/workflows/transifex.yml
vendored
2
.github/workflows/transifex.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: AutoMerge Transifex Pull Requests
|
||||
on: pull_request
|
||||
branches:
|
||||
- '!update-l10n'
|
||||
|
||||
jobs:
|
||||
approve:
|
||||
|
||||
Reference in New Issue
Block a user