summaryrefslogtreecommitdiff
path: root/.github/workflows/translations-update.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-09 11:10:15 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-03-09 12:17:23 +0100
commit18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (patch)
tree0456fd2cd12528c44735c71906f95399adec0b51 /.github/workflows/translations-update.yml
parent42515d98f72ad563aea79e69c17a837cc391f4c6 (diff)
[mod] CI: tag commits with leading scope/type of the modification
Add a leading tag (in square brackets) about the scope/type to commit messages from automated tasks (commits from CI). dependantbot:: [upd] pypi: Bump .. from .. to .. [upd] npm: Bump .. from .. to .. in /searx/static/themes/simple Weblate translation updates:: [l10n] update translations from Weblate updates of ./data:: [data] update searx.data ... build commit of gh-pages:: [doc] build from commit ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows/translations-update.yml')
-rw-r--r--.github/workflows/translations-update.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml
index c0b2d473d..b3a8443d3 100644
--- a/.github/workflows/translations-update.yml
+++ b/.github/workflows/translations-update.yml
@@ -45,15 +45,15 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.WEBLATE_GITHUB_TOKEN }}
- commit-message: Update translations
+ commit-message: [l10n] update translations from Weblate
committer: searxng-bot <searxng-bot@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: translations_update
delete-branch: true
draft: false
- title: 'Update translations'
+ title: '[l10n] update translations from Weblate'
body: |
- Update translations
+ update translations from Weblate
labels: |
translation