matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

Add GitHub Action "Update translations"

Open luixxiul opened this issue 11 months ago • 1 comments

For https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3841

This commit implements a GitHub Action to update translation files with the PR automatically created on behalf of "github-actions[bot]".

Used actions:

  • https://github.com/marketplace/actions/checkout
  • https://github.com/marketplace/actions/setup-python
  • https://github.com/marketplace/actions/astral-sh-setup-uv
  • https://github.com/marketplace/actions/setup-just
  • https://github.com/marketplace/actions/create-pull-request

Some of them are the ones used at a repository of Element HQ as well.

Please see:

  • test job: https://github.com/luixxiul/matrix-docker-ansible-deploy/actions/runs/14165762817/job/39678571187
  • test PR: https://github.com/luixxiul/matrix-docker-ansible-deploy/pull/5

luixxiul avatar Dec 25 '24 15:12 luixxiul