From 0dc8d244c51ca391538c31bc34bc9ef9806d1a62 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 9 Aug 2021 18:03:25 +0200 Subject: [translation] ./manage: add comments to new functions, rename job ./mange Comment functions: - babel.setup.translations.worktree - babel.weblate.to.translations - babel.translations.to.master - babel.master.to.translations BTW: - changed some cd into pushd - removed obsolete `set -x` - remove not needed echo from `last_commit_message=$(echo ..` .github/workflows/translations-update.yml docs/dev/translation.rst Rename job to: "create PR for additons from weblate" Signed-off-by: Markus Heiser --- .github/workflows/translations-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml index 274a093df..2db9c3d78 100644 --- a/.github/workflows/translations-update.yml +++ b/.github/workflows/translations-update.yml @@ -6,7 +6,7 @@ on: jobs: babel: - name: "translations: update master branch" + name: "create PR for additons from weblate" runs-on: ubuntu-20.04 if: ${{ github.repository_owner == 'searxng' && github.ref == 'refs/heads/master' }} steps: -- cgit v1.2.3-54-g00ecf