diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 11:10:15 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-09 12:17:23 +0100 |
commit | 18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (patch) | |
tree | 0456fd2cd12528c44735c71906f95399adec0b51 /.github/workflows/data-update.yml | |
parent | 42515d98f72ad563aea79e69c17a837cc391f4c6 (diff) | |
download | searxng-18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5.tar.gz searxng-18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5.zip |
[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/data-update.yml')
-rw-r--r-- | .github/workflows/data-update.yml | 6 |
1 files changed, 3 insertions, 3 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 |