Skip to content

fix(machinery): update DeepL languages mapping #8766

fix(machinery): update DeepL languages mapping

fix(machinery): update DeepL languages mapping #8766

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
# This file is maintained in https://github.com/WeblateOrg/meta/
name: Pull request automation
on: # zizmor: ignore[dangerous-triggers]
pull_request_target:
types: opened
permissions:
contents: read
jobs:
weblate_automerge:
runs-on: ubuntu-slim
name: Weblate automerge
if: github.actor == 'weblate'
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Enable Pull Request Automerge
run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}