summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/data-update.yml6
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/translations-update.yml6
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index f68e578ed..c85daaff9 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -48,16 +48,16 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v3
with:
- commit-message: Update searx.data - ${{ matrix.fetch }}
+ commit-message: [data] update searx.data - ${{ matrix.fetch }}
committer: searxng-bot <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: update_data_${{ matrix.fetch }}
delete-branch: true
draft: false
- title: 'Update searx.data - ${{ matrix.fetch }}'
+ title: '[data] update searx.data - ${{ matrix.fetch }}'
body: |
- Update searx.data - ${{ matrix.fetch }}
+ update searx.data - ${{ matrix.fetch }}
labels: |
data
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 27b698cb6..d49a79a42 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -120,7 +120,7 @@ jobs:
FOLDER: dist/docs
CLEAN: true # Automatically remove deleted files from the deploy branch
SINGLE_COMMIT: True
- COMMIT_MESSAGE: build from commit ${{ github.sha }}
+ COMMIT_MESSAGE: [doc] build from commit ${{ github.sha }}
babel:
name: Update translations branch
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